Fix typo in Question_answering_using_a_search_API.ipynb (#539)
"This answer which will be used to..." --> "This answer will be used to..."
This commit is contained in:
parent
411068e736
commit
b587f9b3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"HA_INPUT = f\"\"\"\n",
|
"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",
|
"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",
|
"like NAME did something, or NAME said something at PLACE. \n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue