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

Add parent join support for faiss hnsw #1398

Merged
merged 7 commits into from
Jan 19, 2024

Add changelog

bc779e1
Select commit
Loading
Failed to load commit list.
Merged

Add parent join support for faiss hnsw #1398

Add changelog
bc779e1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 1s

84.96% (target 70.00%)

View this Pull Request on Codecov

84.96% (target 70.00%)

Details

Codecov Report

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

Comparison is base (45e9e54) 84.91% compared to head (bc779e1) 84.96%.

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              @@
##               main    #1398      +/-   ##
============================================
+ Coverage     84.91%   84.96%   +0.05%     
- Complexity     1259     1262       +3     
============================================
  Files           165      165              
  Lines          5138     5143       +5     
  Branches        480      480              
============================================
+ Hits           4363     4370       +7     
+ Misses          570      569       -1     
+ Partials        205      204       -1     

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