Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Improve handling of missing items for RRF #1153

Open
ryanbogan opened this issue Jan 30, 2025 · 0 comments
Open

[FEATURE] Improve handling of missing items for RRF #1153

ryanbogan opened this issue Jan 30, 2025 · 0 comments
Labels
backlog All the backlog features should be marked with this label enhancement

Comments

@ryanbogan
Copy link
Member

Is your feature request related to a problem?

Currently, missing items default to a score of 0.0, which may not be optimal for all use cases. We need to explore and implement more flexible options for handling missing items for RRF.

What solution would you like?

Potential solutions considered so far:

  1. Allow users to set a custom default score for missing items
  2. Use max_rank + 1 for missing items
  3. Ignore missing items completely during the rank score calculations
@martin-gaievski martin-gaievski added backlog All the backlog features should be marked with this label and removed untriaged labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog All the backlog features should be marked with this label enhancement
Projects
None yet
Development

No branches or pull requests

2 participants