The image shows RSF search score formula.
Where:
- r – A hybrid search result
- S – The result sets, s is either keyword (text) search results OR semantic (vector) search results.
- weights – The
score_weight parameter for the result set s . This value is either vector.score_weight or text.score_weight.
- scores(r) – The score of the result r within the result set s . This value is zero if r is not present in s .