Privacy Shield: Preventing PII Leakage in Prompts
Steps to reduce PII exposure in prompts, retrieval, and logs.
Steps
- Mask PII client-side before sending prompts.
- Retrieve only necessary facts in RAG contexts.
- Use role-based references instead of names.
- Scrub telemetry and logs for sensitive data.
- Aggregate analytics to preserve privacy.