-
Notifications
You must be signed in to change notification settings - Fork 102
Add Hfresh index type #1848
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
base: main
Are you sure you want to change the base?
Add Hfresh index type #1848
Conversation
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.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1848 +/- ##
==========================================
- Coverage 86.45% 86.36% -0.09%
==========================================
Files 274 274
Lines 19966 20015 +49
==========================================
+ Hits 17261 17286 +25
- Misses 2705 2729 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
174661a to
f1abc27
Compare
c188305 to
070cbb8
Compare
070cbb8 to
fb49f84
Compare
It allows to create HFresh index. Currently users can set the following parameters:
max_posting_size_kb: is the max allowed size for a posting list. By default is computed dynamically.replicas: is the number of posting lists in which a vector will be added. By default is4rng_factor: is a factor used to add a vector to a posting list if it's too close to a selected posting list then it will be skipped. By default is10search_probe: is the number of posting lists to search. By default is64distance_metric: is the distance metric used to compute distances. By default iscosineIf a parameter is not set then the default one will be used.