From 32c569c29de914b5397261a79ed8265aadfc17f7 Mon Sep 17 00:00:00 2001 From: Jan Michael Ong Date: Tue, 2 Jul 2024 16:53:38 -0700 Subject: [PATCH] docs: fix rag evaluations typo --- versioned_docs/version-2.0/tutorials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.0/tutorials/index.md b/versioned_docs/version-2.0/tutorials/index.md index dca074c7..db6f8cd2 100644 --- a/versioned_docs/version-2.0/tutorials/index.md +++ b/versioned_docs/version-2.0/tutorials/index.md @@ -7,7 +7,7 @@ New to LangSmith? This is the place to start. Here, you'll find a hands-on intro - [Add observability to your LLM application](./tutorials/Developers/observability) - [Evaluate your LLM application](./tutorials/Developers/evaluation) - [Optimize a classifier](./tutorials/Developers/optimize_classifier) -- [RAG Evalutations](./tutorials/Developers/rag) +- [RAG Evaluations](./tutorials/Developers/rag) - [Backtesting](./tutorials/Developers/backtesting) - [Agent Evaluations](./tutorials/Developers/agents)