From ac73154005c694db6cc8b7b233cf69b2c7b33d6a Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Thu, 12 Oct 2023 20:01:52 +0545 Subject: [PATCH] =?UTF-8?q?Fix=20typos=20in=20docs/docs/use=5Fcases/questi?= =?UTF-8?q?on=5Fanswering/conversational=5Fre=E2=80=A6=20(#11709)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit neccessary -> necessary --- .../question_answering/conversational_retrieval_agents.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb b/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb index eeb84fdba7..ad8f202e77 100644 --- a/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb +++ b/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb @@ -435,7 +435,7 @@ " content=(\n", " \"Do your best to answer the questions. \"\n", " \"Feel free to use any tools available to look up \"\n", - " \"relevant information, only if neccessary\"\n", + " \"relevant information, only if necessary\"\n", " )\n", ")" ]