From e42e95cc11cc99b8597dc6665a3cfdbb0a0f37e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=E1=B4=9C=E1=B4=98=E1=B4=87=CA=80=20L=E1=B4=87=E1=B4=87?= Date: Mon, 27 Nov 2023 11:16:46 +0800 Subject: [PATCH] docs: fix link to `local_retrieval_qa` (#13872) \The original link in [this section](https://python.langchain.com/docs/use_cases/question_answering/#:~:text=locally%2Drunning%20models-,here,-.): https://python.langchain.com/docs/modules/use_cases/question_answering/local_retrieval_qa After fix: https://python.langchain.com/docs/use_cases/question_answering/local_retrieval_qa --- docs/docs/use_cases/question_answering/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/question_answering/index.ipynb b/docs/docs/use_cases/question_answering/index.ipynb index f2306b0df80..b1135f693cc 100644 --- a/docs/docs/use_cases/question_answering/index.ipynb +++ b/docs/docs/use_cases/question_answering/index.ipynb @@ -743,7 +743,7 @@ "- [Docs](/docs/modules/model_io/llms)\n", "- [Integrations](/docs/integrations/llms): Explore over 75 `LLM` integrations.\n", "\n", - "See a guide on RAG with locally-running models [here](/docs/modules/use_cases/question_answering/local_retrieval_qa)." + "See a guide on RAG with locally-running models [here](/docs/use_cases/question_answering/local_retrieval_qa)." ] }, {