From 94e58dd8277f8f378ad72c39dbf0b1a2bd61a1df Mon Sep 17 00:00:00 2001 From: Estephania Calvo Carvajal <70918109+EstephaniaCalvoC@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:27:43 -0500 Subject: [PATCH] docs:Fix links to LangSmith docs on Evaluation page (#19210) (#19216) - **Description:** Same as the title - **Issue:** #19210 --- docs/docs/guides/evaluation/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/evaluation/index.mdx b/docs/docs/guides/evaluation/index.mdx index 955be3d2b7e..5415b33e69c 100644 --- a/docs/docs/guides/evaluation/index.mdx +++ b/docs/docs/guides/evaluation/index.mdx @@ -23,7 +23,7 @@ We also are working to share guides and cookbooks that demonstrate how to use th ## LangSmith Evaluation -LangSmith provides an integrated evaluation and tracing framework that allows you to check for regressions, compare systems, and easily identify and fix any sources of errors and performance issues. Check out the docs on [LangSmith Evaluation](https://docs.smith.langchain.com/category/testing--evaluation) and additional [cookbooks](https://docs.smith.langchain.com/category/langsmith-cookbook) for more detailed information on evaluating your applications. +LangSmith provides an integrated evaluation and tracing framework that allows you to check for regressions, compare systems, and easily identify and fix any sources of errors and performance issues. Check out the docs on [LangSmith Evaluation](https://docs.smith.langchain.com/evaluation) and additional [cookbooks](https://docs.smith.langchain.com/cookbook) for more detailed information on evaluating your applications. ## LangChain benchmarks