diff --git a/examples/Question_answering_using_a_search_API.ipynb b/examples/Question_answering_using_a_search_API.ipynb index 2f029449..bf3f2b86 100644 --- a/examples/Question_answering_using_a_search_API.ipynb +++ b/examples/Question_answering_using_a_search_API.ipynb @@ -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",