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

Adding Reciprocal Rank Fusion (RRF) in hybrid query #1086

Merged
merged 16 commits into from
Jan 14, 2025

Integrate explainability for hybrid query into RRF processor (#1037)

312c7f7
Select commit
Loading
Failed to load commit list.
Merged

Adding Reciprocal Rank Fusion (RRF) in hybrid query #1086

Integrate explainability for hybrid query into RRF processor (#1037)
312c7f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

80.51% (+0.12%) compared to b084838

View this Pull Request on Codecov

80.51% (+0.12%) compared to b084838

Details

Codecov Report

Attention: Patch coverage is 87.66234% with 19 lines in your changes missing coverage. Please review.

Project coverage is 80.51%. Comparing base (b084838) to head (312c7f7).

Files with missing lines Patch % Lines
...rocessor/normalization/ScoreNormalizationUtil.java 41.17% 6 Missing and 4 partials ⚠️
...pensearch/neuralsearch/processor/RRFProcessor.java 84.21% 0 Missing and 6 partials ⚠️
...rmalization/MinMaxScoreNormalizationTechnique.java 60.00% 2 Missing ⚠️
...essor/normalization/RRFNormalizationTechnique.java 97.72% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1086      +/-   ##
============================================
+ Coverage     80.38%   80.51%   +0.12%     
- Complexity     1157     1211      +54     
============================================
  Files            87       93       +6     
  Lines          4018     4141     +123     
  Branches        682      697      +15     
============================================
+ Hits           3230     3334     +104     
- Misses          533      540       +7     
- Partials        255      267      +12     

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