Skip to content

RRF limited to 1000 docs? #22

Closed
Closed
@lintool

Description

RRF allows user to specify max_docs:

def reciprocal_rank_fusion(trec_runs, k=60, max_docs=1000, output=sys.stdout):

However, it seems only up to 1000 hits:

docs_for_run = r.get_top_documents(topic, n=1000)

Shouldn't max_docs be passed into n?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions