Skip to content

Commit

Permalink
docs: fix rag evaluations typo on Tutorials TOC (#339)
Browse files Browse the repository at this point in the history
## Changes

* fix `Evalutations` to `Evaluations` on Tutorials table of contents/toc

![Screenshot 2024-07-02 at 4 55
00 PM](https://github.com/langchain-ai/langsmith-docs/assets/5140156/6b50433e-2f1b-4229-817c-f0693a08d4b8)
  • Loading branch information
hinthornw authored Jul 16, 2024
2 parents 405126f + 32c569c commit fa7c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fa7c890

Please sign in to comment.