mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-15 18:13:18 +00:00
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
futher -> further
This commit is contained in:
parent
a8acdd9b47
commit
cd42418444
@ -208,7 +208,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"# All the examples come from https://ai.google.com/research/NaturalQuestions\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",
|
"# 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/questions.json\")\n",
|
||||||
"wget.download(\"https://storage.googleapis.com/dataset-natural-questions/answers.json\")"
|
"wget.download(\"https://storage.googleapis.com/dataset-natural-questions/answers.json\")"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user