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
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:
Allow users to set a custom default score for missing items
Use max_rank + 1 for missing items
Ignore missing items completely during the rank score calculations
The text was updated successfully, but these errors were encountered:
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:
max_rank + 1
for missing itemsThe text was updated successfully, but these errors were encountered: