[PR #533] [MERGED] Pii quickstarts #585

Closed
opened 2026-02-21 17:18:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/533
Author: @davidx33
Created: 11/18/2024
Status: Merged
Merged: 11/20/2024
Merged by: @davidx33

Base: mainHead: pii-quickstarts


📝 Commits (10+)

  • a11d92c aws comprehend langsmith screenshot
  • fe341fb aws comprehend anonymized run
  • 20fe3c0 non anonymized run using aws comprehend
  • 11a3fb7 langsmith screenshot presidio anonymized run
  • f4522b0 langsmith screenshot presidio non anonymized run
  • 13aeae5 langsmith screenshot regex anonymized run
  • 800765f langsmith screenshot regex not anonymized run and descriptions of quick start
  • d978adb deleting unnecessary code. correcting to anonymize
  • 7a164cf dont box langsmith into rule based. move regex to first
  • 10bd7d1 delete redundant comments

📊 Changes

7 files changed (+344 additions, -0 deletions)

View changed files

📝 docs/observability/how_to_guides/tracing/mask_inputs_outputs.mdx (+344 -0)
docs/observability/how_to_guides/tracing/static/aws-comprehend-anonymized.png (+0 -0)
docs/observability/how_to_guides/tracing/static/aws-comprehend-not-anonymized.png (+0 -0)
docs/observability/how_to_guides/tracing/static/presidio-anonymized.png (+0 -0)
docs/observability/how_to_guides/tracing/static/presidio-not-anonymized.png (+0 -0)
docs/observability/how_to_guides/tracing/static/regex-anonymized.png (+0 -0)
docs/observability/how_to_guides/tracing/static/regex-not-anonymized.png (+0 -0)

📄 Description

added some quick starts for working with AWS comprehend, Microsoft Presidio, and regular regex when scrubbing pii


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/533 **Author:** [@davidx33](https://github.com/davidx33) **Created:** 11/18/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@davidx33](https://github.com/davidx33) **Base:** `main` ← **Head:** `pii-quickstarts` --- ### 📝 Commits (10+) - [`a11d92c`](https://github.com/langchain-ai/langsmith-docs/commit/a11d92cd06e5c5fa9de9f89027d47dffbb789644) aws comprehend langsmith screenshot - [`fe341fb`](https://github.com/langchain-ai/langsmith-docs/commit/fe341fb3e29d4b5e73e7fef29708ce63eab3dde5) aws comprehend anonymized run - [`20fe3c0`](https://github.com/langchain-ai/langsmith-docs/commit/20fe3c0e447cd7c25789f4dd8cdd865d43e23c0a) non anonymized run using aws comprehend - [`11a3fb7`](https://github.com/langchain-ai/langsmith-docs/commit/11a3fb7c34983549eef67c05211c18bff36ad5d2) langsmith screenshot presidio anonymized run - [`f4522b0`](https://github.com/langchain-ai/langsmith-docs/commit/f4522b09ff4108838e8c2ce539412af76aa5916f) langsmith screenshot presidio non anonymized run - [`13aeae5`](https://github.com/langchain-ai/langsmith-docs/commit/13aeae565b257ab33c968a11026a56d72d335234) langsmith screenshot regex anonymized run - [`800765f`](https://github.com/langchain-ai/langsmith-docs/commit/800765fa1f40db07fd196578e59f7ec465e2a263) langsmith screenshot regex not anonymized run and descriptions of quick start - [`d978adb`](https://github.com/langchain-ai/langsmith-docs/commit/d978adb03794f8c7e74b0c7286f83b6ccc080d08) deleting unnecessary code. correcting to anonymize - [`7a164cf`](https://github.com/langchain-ai/langsmith-docs/commit/7a164cf4d8e6ececd71192ec36bbf5c7c28f06b4) dont box langsmith into rule based. move regex to first - [`10bd7d1`](https://github.com/langchain-ai/langsmith-docs/commit/10bd7d1dd8ef965a9aa69d74060ee8e443a13e89) delete redundant comments ### 📊 Changes **7 files changed** (+344 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/observability/how_to_guides/tracing/mask_inputs_outputs.mdx` (+344 -0) ➕ `docs/observability/how_to_guides/tracing/static/aws-comprehend-anonymized.png` (+0 -0) ➕ `docs/observability/how_to_guides/tracing/static/aws-comprehend-not-anonymized.png` (+0 -0) ➕ `docs/observability/how_to_guides/tracing/static/presidio-anonymized.png` (+0 -0) ➕ `docs/observability/how_to_guides/tracing/static/presidio-not-anonymized.png` (+0 -0) ➕ `docs/observability/how_to_guides/tracing/static/regex-anonymized.png` (+0 -0) ➕ `docs/observability/how_to_guides/tracing/static/regex-not-anonymized.png` (+0 -0) </details> ### 📄 Description added some quick starts for working with AWS comprehend, Microsoft Presidio, and regular regex when scrubbing pii --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:18:25 -05:00
yindo closed this issue 2026-02-21 17:18:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#585