Context Recall RAG Metric
Assess how well the LLM used relevant context. High recall means it captured key details without missing important information.

Last updated
Was this helpful?
Assess how well the LLM used relevant context. High recall means it captured key details without missing important information.

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