From 14fff371a1c6d763ea465cf8b666b16ed606bdbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20G?= <101190846+spqw@users.noreply.github.com> Date: Fri, 23 Jun 2023 01:46:08 +0200 Subject: [PATCH] Fix typo in Question_answering_using_a_search_API.ipynb (#539) "This answer which will be used to..." --> "This answer will be used to..." --- examples/Question_answering_using_a_search_API.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",