From 88111fbb364a5a67a9eec4f5d4eedfc0df257daf Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 9 Nov 2023 16:08:56 -0800 Subject: [PATCH] (docs) auto evals --- docs/my-website/docs/tutorials/eval_suites.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/my-website/docs/tutorials/eval_suites.md b/docs/my-website/docs/tutorials/eval_suites.md index f807a763d..033ac6155 100644 --- a/docs/my-website/docs/tutorials/eval_suites.md +++ b/docs/my-website/docs/tutorials/eval_suites.md @@ -13,6 +13,9 @@ pip install autoevals ``` ### 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 # auto evals imports from autoevals.llm import *