Replies: 1 comment
-
Hello... The same relevant Document might be retrieved by the 2 different Retrievers. In such a case, duplicate Documents are discarded in the See the API Reference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm tying to make a Long Form QA model with both of BM25 retriever and Embedding retriever.
I set 5 for both 'top_k' of retriever, but I found the number of produced documents is 7.
I'm wondering why the number of documents is 7, not 10.
You can refer to the notebook on the github as below;
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions