mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 13:00:34 +00:00
update RAG tutorials link to point to correct path
This commit is contained in:
parent
de0e4faaa6
commit
5f881fbcb9
@ -494,7 +494,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)"
|
||||||
]
|
]
|
||||||
@ -512,9 +512,9 @@
|
|||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "langchain-dev",
|
"display_name": "Python 3 (ipykernel)",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "langchain-dev"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
"language_info": {
|
"language_info": {
|
||||||
"codemirror_mode": {
|
"codemirror_mode": {
|
||||||
@ -526,7 +526,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.10.12"
|
"version": "3.9.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user