Quiz 5 Question 9 of 20

A news organization builds a RAG system over their article archive (10 million articles from 1990 to present). Users ask both historical questions ('What happened at the 1999 WTO protests?') and current questions ('What are the latest developments in the trade war?'). They use a single embedding index with no temporal metadata. Current events questions return outdated articles because older content on the same topic has higher embedding similarity from more training data. What retrieval architecture best handles temporal relevance?

Select an answer to reveal the explanation.

Motivation