You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new retrieval method (e.g. _hybrid_retrieval) that combines dense and BM25 in one request, and optionally merges scores (e.g. RRF). The method should accept either a query vector (from Python) or query text + optional inference_id for the dense branch.
New retriever component: calls the document store’s hybrid retrieval method; no changes to existing retrievers.