Skip to content

Commit

Permalink
Reciprocal Rank Fusion (RRF) normalization technique in hybrid query (#…
Browse files Browse the repository at this point in the history
…874)

* initial commit of RRF

Signed-off-by: Isaac Johnson <[email protected]>

Co-authored-by: Varun Jain <[email protected]>
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
2 people authored and martin-gaievski committed Nov 18, 2024
1 parent c9c3567 commit bcb9df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
./gradlew check
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
su `id -un 1000` -c "./gradlew precommit --parallel"
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -140,6 +140,6 @@ jobs:
./gradlew precommit --parallel
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bcb9df5

Please sign in to comment.