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.