Context Relevancy RAG Metric
Evaluate how relevant the retrieved context is to the user’s query and the LLM’s answer, ensuring the model uses appropriate and useful information.

Last updated
Was this helpful?
Evaluate how relevant the retrieved context is to the user’s query and the LLM’s answer, ensuring the model uses appropriate and useful information.

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