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

Multi vector support for Faiss HNSW - approximate search only #1371

Merged

Multi vector support for Faiss HNSW

4c05bd6
Select commit
Loading
Failed to load commit list.
Merged

Multi vector support for Faiss HNSW - approximate search only #1371

Multi vector support for Faiss HNSW
4c05bd6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 5, 2024 in 0s

85.18% (target 70.00%)

View this Pull Request on Codecov

85.18% (target 70.00%)

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (e64f762) 85.12% compared to head (4c05bd6) 85.18%.

Files Patch % Lines
...java/org/opensearch/knn/index/query/KNNWeight.java 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                    Coverage Diff                     @@
##             feature/multi-vector    #1371      +/-   ##
==========================================================
+ Coverage                   85.12%   85.18%   +0.05%     
- Complexity                   1258     1261       +3     
==========================================================
  Files                         163      163              
  Lines                        5110     5115       +5     
  Branches                      479      479              
==========================================================
+ Hits                         4350     4357       +7     
+ Misses                        555      554       -1     
+ Partials                      205      204       -1     

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