Query Rewriting for RAG: Fix Retrieval at the Query Side
You tuned chunking, added a reranker, and swapped embeddings, but RAG still misses on short or conversational questions. The reason is often the query itself. Here is how query rewriting, multi-query, HyDE, and expansion fix retrieval at the query side, and how to measure
