(docs) auto evals

This commit is contained in:
ishaan-jaff 2023-11-09 16:08:56 -08:00
parent b19e7dcc5a
commit 88111fbb36

View file

@ -13,6 +13,9 @@ pip install autoevals
``` ```
### Quick Start ### Quick Start
In this code sample we use the `Factuality()` evaluator from `autoevals.llm` to test whether an output is factual, compared to an original (expected) value.
See autoevals docs on the [supported evaluators](https://www.braintrustdata.com/docs/autoevals/python#autoevalsllm) - Translation, Summary, Security Evaluators etc
```python ```python
# auto evals imports # auto evals imports
from autoevals.llm import * from autoevals.llm import *