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/patch succeeded Jan 14, 2025 in 0s

87.66% of diff hit (target 80.38%)

View this Pull Request on Codecov

87.66% of diff hit (target 80.38%)

Annotations

Check warning on line 102 in src/main/java/org/opensearch/neuralsearch/processor/normalization/MinMaxScoreNormalizationTechnique.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/normalization/MinMaxScoreNormalizationTechnique.java#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 40 in src/main/java/org/opensearch/neuralsearch/processor/normalization/ScoreNormalizationUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/normalization/ScoreNormalizationUtil.java#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 43 in src/main/java/org/opensearch/neuralsearch/processor/normalization/ScoreNormalizationUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/normalization/ScoreNormalizationUtil.java#L43

Added line #L43 was not covered by tests

Check warning on line 52 in src/main/java/org/opensearch/neuralsearch/processor/normalization/ScoreNormalizationUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/normalization/ScoreNormalizationUtil.java#L51-L52

Added lines #L51 - L52 were not covered by tests