-
Notifications
You must be signed in to change notification settings - Fork 104
Add spfresh #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 spfresh #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.86% 86.68% -0.19%
==========================================
Files 273 273
Lines 19105 19725 +620
==========================================
+ Hits 16596 17099 +503
- Misses 2509 2626 +117 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
174661a to
f1abc27
Compare
It allows to create SPFresh index. Currently users can set the following parameters:
max_posting_size: is the max allowed size for a posting list. By default is computed dynamically.min_posting_size: is the min allowed size for a posting list. By default is10replicas: is the number of posting lists in which a vector will be added. By default is8rng_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 is64centroids_index_type: is the vector index to be used on centroids. It is anEnumand the only allowed values areHNSWandFLAT(by default it useshnsw).distance_metric: is the distance metric used to compute distances. By default iscosineIf a parameter is not set then the default one will be used.