Same 60-chunk corpus from Week 5. Stage 1 is embedding retrieval — it pulls a top-20 candidate set by geometric distance, which mixes chunks from adjacent topical clusters. Stage 2 is the reranker — a cross-encoder that reads each chunk together with the query and re-scores by actual content relevance. Watch how the right answers climb from rank 14 to rank 1, and the visually-close-but-irrelevant chunks fall out of the final top-5.