Skip to content

Commit f422e94

Browse files
authored
Merge branch 'andrew/codegen2' into andrew/codegen3
2 parents 5713e37 + 0c34e8d commit f422e94

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Github Checks](https://img.shields.io/github/check-runs/wandb/weave/master
77
)](https://github.com/wandb/weave)
88

9-
Weave is a toolkit for developing Generative AI applications, built by [Weights & Biases](https://wandb.ai/)!
9+
Weave is a toolkit for developing Generative AI applications, built by [Weights & Biases](https://wandb.ai/).
1010

1111
---
1212

docs/docs/guides/tracking/redact-pii.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Redact PII from Traces
22

3-
:::important
4-
This feature is only available for Enterprise users, and is only accessible via the Python SDK.
5-
:::
6-
73
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.
84

95
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.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ huggingface = ["huggingface-hub>=0.28.1"]
8484
instructor = [
8585
"instructor>=1.4.3,<1.7.0; python_version <= '3.9'",
8686
"instructor>=1.4.3; python_version > '3.9'",
87+
"google-genai>=1.5.0"
8788
]
8889
langchain = [
8990
"langchain-core>=0.2.1",

0 commit comments

Comments
 (0)