From 24b2af52181b6bd3505ca8aeff7e9e46b5006a4f Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:21:27 -0700 Subject: [PATCH] nit (#6305) --- docs/extras/guides/evaluation/agent_benchmarking.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/guides/evaluation/agent_benchmarking.ipynb b/docs/extras/guides/evaluation/agent_benchmarking.ipynb index a08327a8..a5b5d3e1 100644 --- a/docs/extras/guides/evaluation/agent_benchmarking.ipynb +++ b/docs/extras/guides/evaluation/agent_benchmarking.ipynb @@ -9,7 +9,7 @@ "\n", "Here we go over how to benchmark performance of an agent on tasks where it has access to a calculator and a search tool.\n", "\n", - "It is highly reccomended that you do any evaluation/benchmarking with tracing enabled. See [here](https://langchain.readthedocs.io/en/latest/tracing.html) for an explanation of what tracing is and how to set it up." + "It is highly reccomended that you do any evaluation/benchmarking with tracing enabled. See [here](https://python.langchain.com/docs/guides/tracing/) for an explanation of what tracing is and how to set it up." ] }, { @@ -293,7 +293,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.1" + "version": "3.11.3" } }, "nbformat": 4,