Skip to main content
The hybrid retriever runs vector index semantic search and lexical retriever keyword search in parallel, then fuses with reciprocal rank fusion (RRF) and reranks the top-K with a clinical reranker. Method: hybrid_search(query: str, k: int = 5).