Context Precision RAG Metric
Measure how much of the provided context was relevant to the answer. High context precision means the model used only the most relevant parts with minimal extra info.

Last updated
Was this helpful?
Measure how much of the provided context was relevant to the answer. High context precision means the model used only the most relevant parts with minimal extra info.

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