Skip to content

Commit

Permalink
Fix more uneven title sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpfish committed Oct 7, 2023
1 parent 056ba72 commit f52ffda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Question_answering_using_a_search_API.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"source": [
"As we can see, oftentimes, the search queries will return a large number of results, many of which are not relevant to the original question asked by the user. In order to improve the quality of the final answer, we use embeddings to re-rank and filter the results.\n",
"\n",
"# 2. Re-rank\n",
"## 2. Re-rank\n",
"\n",
"Drawing inspiration from [HyDE (Gao et al.)](https://arxiv.org/abs/2212.10496), we first generate a hypothetical ideal answer to rerank our compare our results against. This helps prioritize results that look like good answers, rather than those similar to our question. Here’s the prompt we use to generate our hypothetical answer.\n"
]
Expand Down

0 comments on commit f52ffda

Please sign in to comment.