Start here. This is the direct spoken answer to practice first.
Overview
RAG freshness depends on the delay and correctness of the ingestion path, not on the language model.
I consume source change events or scheduled deltas, reprocess changed versions idempotently, and remove or tombstone obsolete chunks when a source is deleted or revoked. Each record carries source and indexed timestamps so freshness can be measured. The source system remains authoritative, and high-risk queries can reject evidence older than an explicit policy allows.