Skip to content

Commit e42b1d2

Browse files
authored
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
1 parent 53d0bfe commit e42b1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/integrations/vectorstores/chroma.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"\n",
639639
"For guides on how to use this vector store for retrieval-augmented generation (RAG), see the following sections:\n",
640640
"\n",
641-
"- [Tutorials](/docs/tutorials/)\n",
641+
"- [Tutorials](/docs/tutorials/rag)\n",
642642
"- [How-to: Question and answer with RAG](https://python.langchain.com/docs/how_to/#qa-with-rag)\n",
643643
"- [Retrieval conceptual docs](https://python.langchain.com/docs/concepts/retrieval)"
644644
]

0 commit comments

Comments
 (0)