PII Detection RAG Metric
Check LLM outputs for Personally Identifiable Information (names, emails, phone numbers) to prevent sensitive data leaks and ensure privacy compliance.

Last updated
Was this helpful?
Check LLM outputs for Personally Identifiable Information (names, emails, phone numbers) to prevent sensitive data leaks and ensure privacy compliance.

Last updated
Was this helpful?
Was this helpful?
metrics=[
{"name": "PII", "config": {"model": "gpt-4o-mini", "provider": "openai"}, "column_name": "your-column-identifier", "schema_mapping": schema_mapping}
]