Update the actual number of results used in generating the final answer (#587)

The comment mentions 20, but it actually uses 5
pull/1077/head
Yoav Farhi 1 year ago committed by GitHub
parent 04a203089c
commit 9db10b5805

@ -448,7 +448,7 @@
"cell_type": "markdown",
"metadata": {},
"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",
"## 3. Answer\n"
]

Loading…
Cancel
Save