Faithfulness RAG Metric
Measure how well an LLM’s answer stays true to the source material. Ensure factual accuracy in RAG by avoiding distortions or errors.

Last updated
Was this helpful?
Measure how well an LLM’s answer stays true to the source material. Ensure factual accuracy in RAG by avoiding distortions or errors.

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