mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 13:55:03 +00:00
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
This commit is contained in:
parent
53d0bfe9cd
commit
e42b1d23dc
@ -638,7 +638,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"For guides on how to use this vector store for retrieval-augmented generation (RAG), see the following sections:\n",
|
"For guides on how to use this vector store for retrieval-augmented generation (RAG), see the following sections:\n",
|
||||||
"\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",
|
"- [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)"
|
"- [Retrieval conceptual docs](https://python.langchain.com/docs/concepts/retrieval)"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user