Open
Conversation
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.