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

fix(search): Fix people and event ranking #307

Merged
merged 2 commits into from
Feb 5, 2025
Merged

fix(search): Fix people and event ranking #307

merged 2 commits into from
Feb 5, 2025

Conversation

junaid-shirur
Copy link
Contributor

Description

People and meeting/event documents were receiving disproportionately high rankings, even for minimal matches. This update adds weightage to reduce their scores, ensuring they do not dominate the results unfairly

Additional Notes

This should resolved : #286

@junaid-shirur junaid-shirur requested a review from zereraz February 4, 2025 19:06
@junaid-shirur
Copy link
Contributor Author

This also reduces the score for events by applying a weight of 0.5 to the vector score and 0.6 to the meta fields. However, a proper fix is still might needed to make these values more tunable? and to prevent overlap with better matches across all schemas. A work-in-progress task (#236) is in place to ensure fair ranking across all schemas

@zereraz zereraz merged commit e26d457 into main Feb 5, 2025
3 checks passed
@zereraz zereraz deleted the fix/ranking branch February 5, 2025 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(search): People and Meetings Receiving Higher Rankings on Minimal Matches
2 participants