From cd42418444f2a66460dabfbdc3145673405cd8c1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 14 May 2023 13:34:02 +0900 Subject: [PATCH] docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb futher -> further --- .../qdrant/QA_with_Langchain_Qdrant_and_OpenAI.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/qdrant/QA_with_Langchain_Qdrant_and_OpenAI.ipynb b/examples/vector_databases/qdrant/QA_with_Langchain_Qdrant_and_OpenAI.ipynb index 24d72d7b..376c83d0 100644 --- a/examples/vector_databases/qdrant/QA_with_Langchain_Qdrant_and_OpenAI.ipynb +++ b/examples/vector_databases/qdrant/QA_with_Langchain_Qdrant_and_OpenAI.ipynb @@ -208,7 +208,7 @@ "\n", "# All the examples come from https://ai.google.com/research/NaturalQuestions\n", "# This is a sample of the training set that we download and extract for some\n", - "# futher processing.\n", + "# further processing.\n", "wget.download(\"https://storage.googleapis.com/dataset-natural-questions/questions.json\")\n", "wget.download(\"https://storage.googleapis.com/dataset-natural-questions/answers.json\")" ]