How to use these evaluators:
- Built-in Evaluators - Use directly in your code with the slug (e.g.,
ragas/faithfulness) - Saved Evaluators - Configure on the platform and reuse via
evaluators/{slug} - Custom Scoring - Send your own evaluation scores
Evaluators API Reference
Full API documentation for running evaluations programmatically.
Evaluators List
Expected Answer
For when you have the golden answer and want to measure how correct the LLM gets itLLM as Judge
For when you don’t have a golden answer, but have a set of rules for another LLM to evaluate qualityRAG Quality
For measuring the quality of your RAG, check for hallucinations with faithfulness and precision/recallQuality Aspects
For when you want to check the language, structure, style and other general quality metricsSafety
Check for PII, leaked secrets, prompt injection and harmful content, and keep the conversation on topicAPI only
These evaluators run from the SDK and the REST API by their id and are not offered in the evaluator pickerQuick Start
Using a Built-in Evaluator
Use any evaluator from the list above directly in your code:Running Evaluations via UI
You can also run evaluations through the Experiments Workbench without writing code: