Skip to content

Commit

Permalink
Style nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO authored Feb 6, 2025
1 parent f29d20d commit 3cc6365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/tracking/redact-pii.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Redact PII from Traces

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 within Weave poses compliance and security risks.
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.

The W&B Weave _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.
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.

:::important
This feature is only available for enterprise customers, and only available in the Python SDK.
Expand Down

0 comments on commit 3cc6365

Please sign in to comment.