Fix typo in Question_answering_using_a_search_API.ipynb (#539)

"This answer which will be used to..." --> "This answer will be used to..."
pull/1077/head
Stéphane G 1 year ago committed by GitHub
parent 62bf5cb61f
commit 14fff371a1

@ -315,7 +315,7 @@
],
"source": [
"HA_INPUT = f\"\"\"\n",
"Generate a hypothetical answer to the user's question. This answer which will be used to rank search results. \n",
"Generate a hypothetical answer to the user's question. This answer will be used to rank search results. \n",
"Pretend you have all the information you need to answer, but don't use any actual facts. Instead, use placeholders\n",
"like NAME did something, or NAME said something at PLACE. \n",
"\n",

Loading…
Cancel
Save