What are the ways to combine the scores of keyword search + vector search other than the RRF ranking recently used?

I want to combine the scores of knn search + normal keyword search. What are the ways of doing it other than the RRF ranking recently added?

@Rahul_Agarwal1

Yes, you can do a weighted linear combination. When you do a normal _search call without providing rank that is what is done. We do a linear combination of the scores where each score respects their provided boost.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.