Example of PII
Consider the text below, where PII has been highlighted:Hello, my name is John and I live in New York. My credit card number is 3782-8224-6310-005 and my phone number is (212) 688-5500.And here is the anonymized version:
Hello, my name is <PERSON> and I live in <LOCATION>. My credit card number is <CREDIT_CARD> and my phone number is <PHONE_NUMBER>.
Analyze and anonymize data
Integrate Microsoft Presidio for robust data sanitization in your Chainlit application.Code Example
Code Example
Code Example