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

Get rid of extra options for HNSW indexes #2531

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Get rid of extra options for HNSW indexes #2531

merged 2 commits into from
Jun 18, 2024

Conversation

lintool
Copy link
Member

@lintool lintool commented Jun 18, 2024

Removed -memoryBuffer 65536 -noMerge options for HNSW regressions: revert to "default settings".

@lintool lintool requested a review from tteofili June 18, 2024 13:09
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.11%. Comparing base (98def6f) to head (90df8fe).
Report is 6 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2531      +/-   ##
============================================
+ Coverage     67.09%   67.11%   +0.01%     
- Complexity     1472     1473       +1     
============================================
  Files           219      219              
  Lines         12628    12628              
  Branches       1526     1526              
============================================
+ Hits           8473     8475       +2     
+ Misses         3628     3627       -1     
+ Partials        527      526       -1     

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

@lintool lintool merged commit b1b5fcb into master Jun 18, 2024
3 checks passed
@lintool lintool deleted the performance-exp branch June 18, 2024 15:20
lintool added a commit that referenced this pull request Jun 24, 2024
HNSW regressions for MS MARCO regressions: revert to "default settings"
Continuation of #2531 (which was for BEIR)
Will need to adjust score tolerance, but will circle back in a separate PR for that.
Panizghi pushed a commit to Panizghi/anserini that referenced this pull request Jul 9, 2024
Removed -memoryBuffer 65536 -noMerge options for HNSW regressions: revert to "default settings".
Panizghi pushed a commit to Panizghi/anserini that referenced this pull request Jul 9, 2024
HNSW regressions for MS MARCO regressions: revert to "default settings"
Continuation of castorini#2531 (which was for BEIR)
Will need to adjust score tolerance, but will circle back in a separate PR for that.
lintool added a commit that referenced this pull request Sep 19, 2024
+ Wrapped up #2531 - revert to "default settings" for dense indexing - previously was applied for some configs,
  but not others. This PR makes indexing options consistent across all configs.
+ Tolerance values are now stored directly in the yaml configs, not centralized in run_regression.py
+ Changed MS MARCO v1 passage Cohere regressions to use same metrics as other regressions.
+ Updated topics - removed extra queries for BGE BEIR BioASQ
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