From d238da9008e764a95685600a4abddddb28b8f86f Mon Sep 17 00:00:00 2001 From: Omri Mendels Date: Fri, 15 Nov 2024 21:33:59 +0200 Subject: [PATCH] Update community.md (#1469) --- docs/community.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/community.md b/docs/community.md index 672fe15ca..e7810ef84 100644 --- a/docs/community.md +++ b/docs/community.md @@ -13,7 +13,15 @@ This section collects different resources developed with Presidio. | [Extending Power BI with Python and R](https://github.com/PacktPublishing/Extending-Power-BI-with-Python-and-R) | Code repository for [Extending Power BI with Python and R](https://www.packtpub.com/product/extending-power-bi-with-python-and-r/9781801078207), published by Packt. | | [HebSafeHarbor](https://github.com/8400TheHealthNetwork/HebSafeHarbor) | Clinical notes anonymization in Hebrew. | | [Presidio Github Action](https://github.com/marketplace/actions/presidio-action) | Github Action that analyzes text for PII entities with Microsoft's Presidio framework. | -| [Presidio CLI](https://github.com/insightsengineering/presidio-cli) | CLI tool that analyzes text for PII Entities with Microsoft Presidio framework. | | [HashiCorp Vault Operator](https://github.com/sahajsoft/presidio-vault) | A library that allows to integrate Presidio with HashiCorp Vault for anonymization and deanonymization. | - +| [Rasa bot framework](https://rasa.com/docs/rasa/pii-management/) | Use Presidio to de-identify chat bot messages in Rasa. | +| [LangChain](https://python.langchain.com/v0.1/docs/guides/productionization/safety/presidio_data_anonymization/) | De-identification and reversible anonymization within LangChain. | +| [LlamaIndex](https://python.langchain.com/v0.1/docs/guides/productionization/safety/presidio_data_anonymization) | De-identification and reversible anonymization within LlamaIndex. | +| [LiteLLM](https://docs.litellm.ai/docs/proxy/guardrails/pii_masking_v2) | Itegrate Presidio into LiteLLM | +| [Guardrails-ai](https://www.guardrailsai.com/docs/examples/check_for_pii) | Use Presidio as an LLM guardrails using the Guardrails AI suite. | +| [Presidio in LLMGuard](https://llm-guard.com/input_scanners/anonymize) | Integrate Presidio into LLM Guard - The Security Toolkit for LLM Interactions. | +| [Privy](https://blog.px.dev/detect-pii/) | Integrate Presidio into Privy. | +| [Huggingface](https://huggingface.co/blog/presidio-pii-detection) | Automatic PII detection on Huggingface datasets. | +| [KNIME](https://hub.knime.com/knime/extensions/org.knime.python.features.presidio/latest/org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory:290c90e1) | Use Presidio within the KNIME framework. | +| [OpenMetadata](https://docs.open-metadata.org/latest/how-to-guides/data-quality-observability/profiler/auto-pii-tagging) | Auto PII tagging for Sensitive/NonSensitive at the column level. | * Please create a PR if you're interested in adding your tool to this list.