Skip to content

Commit

Permalink
Fix format on llm-rag-llamaindex.ipynb (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenVINO-dev-contest committed Jul 18, 2024
1 parent d07e6a1 commit dcb2002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/llm-rag-llamaindex/llm-rag-llamaindex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
"- [**bge-reranker-v2-m3**](https://huggingface.co/BAAI/bge-reranker-v2-m3)\n",
"- [**bge-reranker-large**](https://huggingface.co/BAAI/bge-reranker-large)\n",
"- [**bge-reranker-base**](https://huggingface.co/BAAI/bge-reranker-base)\n",
"\n",
"Reranker model with cross-encoder will perform full-attention over the input pair, which is more accurate than embedding model (i.e., bi-encoder) but more time-consuming than embedding model. Therefore, it can be used to re-rank the top-k documents returned by embedding model.\n",
"\n",
"You can also find available LLM model options in [llm-chatbot](../llm-chatbot/README.md) notebook.\n"
Expand Down

0 comments on commit dcb2002

Please sign in to comment.