From 5f881fbcb9a7d646babcf644b8ab8074968ec382 Mon Sep 17 00:00:00 2001 From: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:10:45 +0530 Subject: [PATCH] update RAG tutorials link to point to correct path --- .../vectorstores/databricks_vector_search.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/integrations/vectorstores/databricks_vector_search.ipynb b/docs/docs/integrations/vectorstores/databricks_vector_search.ipynb index 77a046d9c91..93555309792 100644 --- a/docs/docs/integrations/vectorstores/databricks_vector_search.ipynb +++ b/docs/docs/integrations/vectorstores/databricks_vector_search.ipynb @@ -494,7 +494,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)" ] @@ -512,9 +512,9 @@ ], "metadata": { "kernelspec": { - "display_name": "langchain-dev", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": "langchain-dev" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -526,7 +526,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.12" + "version": "3.9.6" } }, "nbformat": 4,