Skip to main content
LangWatch offers a library of evaluators to check the quality and safety of your LLM apps.
How to use these evaluators:

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 it

LLM as Judge

For when you don’t have a golden answer, but have a set of rules for another LLM to evaluate quality

RAG Quality

For measuring the quality of your RAG, check for hallucinations with faithfulness and precision/recall

Quality Aspects

For when you want to check the language, structure, style and other general quality metrics

Safety

Check for PII, leaked secrets, prompt injection and harmful content, and keep the conversation on topic

API only

These evaluators run from the SDK and the REST API by their id and are not offered in the evaluator picker

Quick Start

Using a Built-in Evaluator

Use any evaluator from the list above directly in your code:
Learn more about using built-in evaluators →

Running Evaluations via UI

You can also run evaluations through the Experiments Workbench without writing code:
Learn more about experiments →

Next Steps

Built-in Evaluators

Saved Evaluators

Custom Scoring

API Reference

Last modified on August 15, 2026