Joel Ödlund
11/28/2024, 8:28 AMscore
) as a secondary sort parameter.
"sort_by": "_text_match:desc,score:desc"
This way, the score is used to break ties and higher scoring docs are promoted if the text match score are equal.
When using semantic search and hybrid search, the results are, as far as i understand, ordered by a rank fusion score.
The rank fusion score will different for all vectors, so typically there will never be a tie between documents.
Since the score is only considered if there is a tie, it seems impossible to combine semantic/hybrid search with the promotion of high scoring documents.
Am i missing something here? Please help me out.Kishore Nallan
11/28/2024, 10:01 AMJoel Ödlund
11/28/2024, 10:41 AM