Find answers from the community

t
tarumi
Offline, last seen 3 months ago
Joined September 25, 2024
Hello, I have a RAG application with Hybrid Search (Vector similiarity + BM25 Keyword search) and RRF ranking.

My goal is to implement BGE similarity reranker.
Am I wondering if I rather implement BGE reranker after vector search and before hybrid search and RRF
OR
After RRF ? But it sounds counter productive, since I may overwrite the value brought by keyword search.
3 comments
t
L