Reranking
A second pass that reorders retrieved results based on relevance to the query.
Plain English
First retrieve candidates, then sort them more carefully.
Example
A RAG system retrieves 50 chunks, then reranks the top 8 before sending them to the model.
Why it matters
Reranking improves answer quality by keeping weak or noisy chunks out of the final context.