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

Added Reranker feature #591

Merged
merged 2 commits into from
Feb 6, 2024

Add validations from appsec (#562)

678fd15
Select commit
Loading
Failed to load commit list.
Merged

Added Reranker feature #591

Add validations from appsec (#562)
678fd15
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2024 in 0s

84.43% (+0.04%) compared to 8877db5

View this Pull Request on Codecov

84.43% (+0.04%) compared to 8877db5

Details

Codecov Report

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

Comparison is base (8877db5) 84.39% compared to head (678fd15) 84.43%.

Files Patch % Lines
...ssor/rerank/context/QueryContextSourceFetcher.java 77.77% 8 Missing and 4 partials ⚠️
...arch/processor/factory/RerankProcessorFactory.java 75.00% 4 Missing and 4 partials ⚠️
...rch/processor/rerank/RescoringRerankProcessor.java 84.09% 5 Missing and 2 partials ⚠️
...g/opensearch/neuralsearch/plugin/NeuralSearch.java 0.00% 6 Missing ⚠️
...neuralsearch/processor/rerank/RerankProcessor.java 80.00% 4 Missing ⚠️
...arch/neuralsearch/processor/rerank/RerankType.java 86.66% 1 Missing and 1 partial ⚠️
...r/rerank/context/DocumentContextSourceFetcher.java 94.11% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #591      +/-   ##
============================================
+ Coverage     84.39%   84.43%   +0.04%     
- Complexity      535      603      +68     
============================================
  Files            40       48       +8     
  Lines          1570     1825     +255     
  Branches        245      275      +30     
============================================
+ Hits           1325     1541     +216     
- Misses          133      161      +28     
- Partials        112      123      +11     

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