Comment on Better RAG Results with Reciprocal Rank Fusion and Hybrid SearchComments−cheesyFish2yRRF is alright, but I've had better results with relative score, or distribution-based scoring.LlamaIndex has a module for exactly thishttps://docs.llamaindex.ai/en/stable/examples/retrievers/rel...
Comments
RRF is alright, but I've had better results with relative score, or distribution-based scoring.
LlamaIndex has a module for exactly this
https://docs.llamaindex.ai/en/stable/examples/retrievers/rel...