Hybrid search with a reranker, not vectors alone.
- Context
- Keyword search catches exact terms that embeddings blur, like SKUs, error codes and names. A reranker orders the combined candidates by actual relevance.
- Trade-off
- An extra model call per query. Cheap next to the cost of a confident wrong answer.
- BM25
- Vector retrieval
- Rerankers