From bc84bc44b6eca55000000258307311c61e346627 Mon Sep 17 00:00:00 2001 From: SN <6432132+samnoyes@users.noreply.github.com> Date: Mon, 20 May 2024 16:22:24 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20Update=20pairwise=20evaluations=20page?= =?UTF-8?q?=20to=20link=20to=20LangSmith=20evaluate=5Fcompar=E2=80=A6=20(#?= =?UTF-8?q?21686)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ative function --- .../guides/productionization/evaluation/comparison/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/productionization/evaluation/comparison/index.mdx b/docs/docs/guides/productionization/evaluation/comparison/index.mdx index e5703725da0..9f7961bf920 100644 --- a/docs/docs/guides/productionization/evaluation/comparison/index.mdx +++ b/docs/docs/guides/productionization/evaluation/comparison/index.mdx @@ -17,7 +17,7 @@ Here's a summary of the key methods and properties of a comparison evaluator: - `requires_reference`: This property specifies whether this evaluator requires a reference label. :::note LangSmith Support -The [run_on_dataset](https://api.python.langchain.com/en/latest/langchain_api_reference.html#module-langchain.smith) evaluation method is designed to evaluate only a single model at a time, and thus, doesn't support these evaluators. +Pairwise evaluations are supported in LangSmith via the [`evaluate_comparative`](https://docs.smith.langchain.com/how_to_guides/evaluation/evaluate_pairwise) function. ::: Detailed information about creating custom evaluators and the available built-in comparison evaluators is provided in the following sections.