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

[FEATURE] support default model id in neural_sparse query #614

Merged

Merge branch 'main' into neural_sparse_default_model_id

6946d3a
Select commit
Loading
Failed to load commit list.
Merged

[FEATURE] support default model id in neural_sparse query #614

Merge branch 'main' into neural_sparse_default_model_id
6946d3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 14, 2024 in 1s

82.65% (+0.07%) compared to 759a971

View this Pull Request on Codecov

82.65% (+0.07%) compared to 759a971

Details

Codecov Report

Attention: Patch coverage is 85.18519% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 82.65%. Comparing base (759a971) to head (6946d3a).
Report is 1 commits behind head on main.

Files Patch % Lines
...search/query/visitor/NeuralSearchQueryVisitor.java 81.81% 0 Missing and 2 partials ⚠️
...nsearch/neuralsearch/query/NeuralQueryBuilder.java 50.00% 0 Missing and 1 partial ⚠️
...h/neuralsearch/query/NeuralSparseQueryBuilder.java 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #614      +/-   ##
============================================
+ Coverage     82.57%   82.65%   +0.07%     
- Complexity      656      663       +7     
============================================
  Files            52       52              
  Lines          2055     2064       +9     
  Branches        328      330       +2     
============================================
+ Hits           1697     1706       +9     
  Misses          212      212              
  Partials        146      146              

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