Hybrid Search and Re-ranking:Hello team, I'm planning to implement Qdrant Hybrid Search:
https://docs.llamaindex.ai/en/stable/examples/vector_stores/qdrant_hybrid.htmlAt the moment, I'm using Cohere for re-ranking at the final stage. However, the document mentions,
"A fusion algorithm is applied to rank and order the nodes from different vector spaces (relative score fusion in this case)." Does this mean that the search already includes a built-in re-ranker, and therefore, I wouldn't need to use Cohere if I opt for this?