cuts trailing spaces
This commit is contained in:
parent
3e997b3214
commit
08d2cd6732
1 changed files with 3 additions and 3 deletions
|
|
@ -151,10 +151,10 @@
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"QUERIES_INPUT = f\"\"\"\n",
|
"QUERIES_INPUT = f\"\"\"\n",
|
||||||
"Generate an array of search queries that are relevant to this question. \n",
|
"Generate an array of search queries that are relevant to this question.\n",
|
||||||
"Use a variation of related keywords for the queries, trying to be as general as possible.\n",
|
"Use a variation of related keywords for the queries, trying to be as general as possible.\n",
|
||||||
"Include as many queries as you can think of, including and excluding terms. \n",
|
"Include as many queries as you can think of, including and excluding terms.\n",
|
||||||
"For example, include queries like ['keyword_1 keyword_2', 'keyword_1', 'keyword_2']. \n",
|
"For example, include queries like ['keyword_1 keyword_2', 'keyword_1', 'keyword_2'].\n",
|
||||||
"Be creative. The more queries you include, the more likely you are to find relevant results.\n",
|
"Be creative. The more queries you include, the more likely you are to find relevant results.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"User question: {USER_QUESTION}\n",
|
"User question: {USER_QUESTION}\n",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue