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/540/head
Stéphane G 1 year ago committed by GitHub
parent 411068e736
commit b587f9b3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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