Skip to content

Commit 9a9d45b

Browse files
committed
Add additional context
1 parent 5cd7009 commit 9a9d45b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ OCR supports scanning `.jpg`/`.jpeg` and `.png` files between 4 KB and 1 MB in s
2121

2222
## AI context analysis <Badge text="Beta" variant="caution" size="small" /> {/* ai-context-analysis */}
2323

24+
:::note
25+
AI context analysis only supports Gateway HTTP and HTTPS traffic.
26+
:::
27+
28+
AI context analysis uses machine learning to analyze and adjust the confidence in a detection based on its surrounding context. DLP will log any matches that are above your detection threshold.
29+
30+
DLP submits the context as an AI text embedding vector to [Cloudflare Workers AI](/workers-ai/). Vectors are stored in a database bucket for up to six months, along with relevant metadata from the HTTP request including the URL, HTTP method, matching DLP profile, and Gateway request ID.
31+
32+
To train the model, you need to report true and false positive in your [DLP logs](/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options/).
33+
2434
## Confidence thresholds
2535

2636
Confidence thresholds indicate how confident Cloudflare DLP is in a DLP detection. DLP determines the confidence by inspecting the content for proximity keywords around the detection.

0 commit comments

Comments
 (0)