Response Completeness RAG Metric
Check if the LLM’s answer fully addresses the question. Ensures responses cover all key points without missing details when context allows.

Last updated
Was this helpful?
Check if the LLM’s answer fully addresses the question. Ensures responses cover all key points without missing details when context allows.

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