-
Notifications
You must be signed in to change notification settings - Fork 0
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
VEC-317 0.9.1 support #11
Conversation
jdogmcsteezy
commented
Aug 29, 2024
- change --hnsw-max-records to --hnsw-m
- change --hnsw-healer-schedule-delay to --hnsw-healer-schedule
- change --hnsw-merge-parallelism to --hnsw-merge-index-parallelism
- add --hnsw-merge-reindex-parallelism
- change --hnsw-max-records to --hnsw-m - change --hnsw-healer-schedule-delay to --hnsw-healer-schedule - change --hnsw-merge-parallelism to --hnsw-merge-index-parallelism - add --hnsw-merge-reindex-parallelism
Can be reviewed now. Small changes to the docker compose files will be needed once AVS 0.9.1 is released and changes to the go-client are merged |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
==========================================
+ Coverage 83.80% 83.81% +0.01%
==========================================
Files 41 41
Lines 2772 2775 +3
==========================================
+ Hits 2323 2326 +3
Misses 348 348
Partials 101 101 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one doc string nitpick
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double checking one thing
LGTM |