Skip to main content
LangWatch offers an extensive library of evaluators to help you evaluate the quality and guarantee the safety of your LLM apps.
How to use these evaluators:

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 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 Evaluation

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

Safety

Check for PII, prompt injection attempts and toxic content

Other

Miscellaneous evaluators

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