From b587f9b3d591d525082db10bae72b50e3e16cfc4 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 2f02944..bf3f2b8 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",