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

Verify quantized index after compression #574

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Verify quantized index after compression #574

merged 2 commits into from
Feb 8, 2024

Conversation

elshize
Copy link
Member

@elshize elshize commented Feb 7, 2024

Make the --check flag to take effect when compressing an index.

Note that tests for scorers other than BM25 are missing as they are currently failing. It needs further investigation.

Make the `--check` flag to take effect when compressing an index.

Signed-off-by: Michal Siedlaczek <[email protected]>
@elshize elshize self-assigned this Feb 7, 2024
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ef68dab) 93.28% compared to head (c9f1e07) 93.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #574   +/-   ##
=======================================
  Coverage   93.28%   93.28%           
=======================================
  Files          90       90           
  Lines        4452     4454    +2     
=======================================
+ Hits         4153     4155    +2     
  Misses        299      299           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Make the implementation cleaner and compute term component only once per
term scorer instead of for each score.

Signed-off-by: Michal Siedlaczek <[email protected]>
@elshize elshize merged commit aa8900b into master Feb 8, 2024
10 checks passed
@elshize elshize deleted the check-quantized branch February 8, 2024 00:51
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.

2 participants