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 Evaluation
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 Evaluation
For when you want to check the language, structure, style and other general quality metricsSafety
Check for PII, prompt injection attempts and toxic contentOther
Miscellaneous evaluatorsQuick 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: