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.