Skip to content

Commit

Permalink
Merge pull request #3556 from vespa-engine/kkraune/sample-link
Browse files Browse the repository at this point in the history
link to sample app for RRF
  • Loading branch information
kkraune authored Jan 3, 2025
2 parents 04d0975 + 55f34bc commit fa425e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions en/phased-ranking.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,12 @@ <h2 id="cross-hit-normalization-including-reciprocal-rank-fusion">Cross-hit norm
<p>as</p>
<pre class=code>
reciprocal_rank_fusion(a,b,c)
</pre> for example.

</pre>
<p>for example.</p>
<p>
See the <a href="https://github.com/vespa-engine/sample-apps/tree/master/colbert">Simple Hybrid Search with ColBERT</a>
sample application for a practical example of using reciprocal rank fusion.
</p>


<h2 id="stateless-re-ranking">Stateless re-ranking</h2>
Expand Down

0 comments on commit fa425e8

Please sign in to comment.