Re: Reciprocal Rank Fusion (RRF)

2023-03-31 Thread Vaijanath Rao
We implemented it as a sort function instead of Q-parser. It was easier and speed wise more efficient. --Thanks and Regards Vaijanath On Fri, Mar 31, 2023 at 8:23 AM Dan Rosher wrote: > Hi, > > Would anyone have an idea of how one might implement Reciprocal Rank Fusion > (RRF) with existing qpa

Reciprocal Rank Fusion (RRF)

2023-03-31 Thread Dan Rosher
Hi, Would anyone have an idea of how one might implement Reciprocal Rank Fusion (RRF) with existing qparsers/function queries (e.g see https://plg.uwaterloo.ca/~gvcormac/cormacksigir09-rrf.pdf) ? I was thinking it would be interesting to test the outcome with a lexical + dense vector search, or wo