You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/docs/guides/tracking/redact-pii.md
-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,5 @@
1
1
# Redact PII from Traces
2
2
3
-
:::important
4
-
This feature is only available for Enterprise users, and is only accessible via the Python SDK.
5
-
:::
6
-
7
3
Some organizations process Personally Identifiable Information (PII) such as names, phone numbers, and email addresses in their Large Language Model (LLM) workflows. Storing this data in Weights & Biases (W&B) Weave poses compliance and security risks.
8
4
9
5
The _Sensitive Data Protection_ feature allows you to automatically redact Personally Identifiable Information (PII) from a [trace](../tracking/index.md) before it is sent to Weave servers. This feature integrates [Microsoft Presidio](https://microsoft.github.io/presidio/) into the Weave Python SDK, which means that you can control redaction settings at the SDK level.
0 commit comments