Design a freshness strategy that avoids full reindexing while keeping answers current.

Instruction: Describe how you would keep a RAG system current without paying the cost of constant full reindexing.

Context: Assesses whether the candidate can design a practical architecture and explain the main tradeoffs. Describe how you would keep a RAG system current without paying the cost of constant full reindexing.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would let source behavior drive the freshness design. The system should know which content changes hourly, which changes weekly,...

Related Questions