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 7e5fa72a..a718b22f 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\")" ]