Beyond basic RAG: three patterns for agents that actually answer
RAG impresses in a demo and disappoints in production. Three patterns change everything: hybrid vector + BM25 search with RRF fusion, mandatory cross-encoder reranking, and decomposing complex questions into sub-queries.