Update the actual number of results used in generating the final answer (#587)
The comment mentions 20, but it actually uses 5
This commit is contained in:
parent
e4c4d3baa9
commit
5c1d46ade7
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Awesome! These results look a lot more relevant to our original query. Now, let's use the top 20 results to generate a final answer.\n",
|
"Awesome! These results look a lot more relevant to our original query. Now, let's use the top 5 results to generate a final answer.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## 3. Answer\n"
|
"## 3. Answer\n"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue