From e42b1d23dcfe55a6b91c01923f341c06b9824f94 Mon Sep 17 00:00:00 2001 From: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:30:41 +0530 Subject: [PATCH] docs(docs): update RAG tutorials link to point to correct path (#32256) - **Description:** This PR updates the internal documentation link for the RAG tutorials to reflect the updated path. Previously, the link pointed to the root `/docs/tutorials/`, which was generic. It now correctly routes to the RAG-specific tutorial page. - **Issue:** N/A - **Dependencies:** None - **Twitter handle:** N/A --- docs/docs/integrations/vectorstores/chroma.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/chroma.ipynb b/docs/docs/integrations/vectorstores/chroma.ipynb index 9a711bc2f29..6814478605f 100644 --- a/docs/docs/integrations/vectorstores/chroma.ipynb +++ b/docs/docs/integrations/vectorstores/chroma.ipynb @@ -638,7 +638,7 @@ "\n", "For guides on how to use this vector store for retrieval-augmented generation (RAG), see the following sections:\n", "\n", - "- [Tutorials](/docs/tutorials/)\n", + "- [Tutorials](/docs/tutorials/rag)\n", "- [How-to: Question and answer with RAG](https://python.langchain.com/docs/how_to/#qa-with-rag)\n", "- [Retrieval conceptual docs](https://python.langchain.com/docs/concepts/retrieval)" ]