You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a look at this issue and we do not necessarily want to have: docs_for_run = r.get_top_documents(topic, n=max_docs)
The parameter max_docs is only used for the final list of documents after the merging. Another parameter could be created to filter the top X documents of each run, if this is a use case.
RRF allows user to specify
max_docs
:trectools/trectools/fusion.py
Line 106 in 9e76486
However, it seems only up to 1000 hits:
trectools/trectools/fusion.py
Line 123 in 9e76486
Shouldn't
max_docs
be passed into n?The text was updated successfully, but these errors were encountered: