From e983502569813ade61d5abd965ecc3699be978a7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 13 Jul 2023 04:28:14 +0900 Subject: [PATCH] Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582) futher -> further --- .../analyticdb/QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/analyticdb/QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb b/examples/vector_databases/analyticdb/QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb index 7e5fa72..a718b22 100644 --- a/examples/vector_databases/analyticdb/QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb +++ b/examples/vector_databases/analyticdb/QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb @@ -207,7 +207,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\")" ]