Skip to content

Commit

Permalink
optimize PII decription
Browse files Browse the repository at this point in the history
Signed-off-by: ChengZi <[email protected]>
  • Loading branch information
zc277584121 committed Nov 7, 2024
1 parent c3377b3 commit 4b2ad27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootcamp/tutorials/integration/RAG_with_pii_and_milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ PII (Personally Identifiable Information) is a type of sensitive data that can b

[PII Masker](https://github.com/HydroXai/pii-masker-v1/tree/main), developed by [HydroX AI](https://www.hydrox.ai/), is an advanced open-source tool designed to protect your sensitive data by leveraging cutting-edge AI models. Whether you're handling customer data, performing data analysis, or ensuring compliance with privacy regulations, PII Masker provides a robust, scalable solution to keep your information secure.

In this tutorial, we will show you how to build a RAG(Retrieval-Augmented Generation) pipeline with Milvus and PII Masker.
This effectively protects PII data.
In this tutorial, we will show how to use PII Masker with Milvus to protect private data in RAG(Retrieval-Augmented Generation) applications. By combining the strengths of PII Masker's data masking capabilities with Milvus's efficient data retrieval, you can create secure, privacy-compliant pipelines for handling sensitive information with confidence. This approach ensures your applications are equipped to meet privacy standards and protect user data effectively.

## Preparation

Expand Down

0 comments on commit 4b2ad27

Please sign in to comment.