RAG in Motion
Retrieval-augmented generation answers a question by searching a set of documents and quoting what it finds, rather than recalling it from training. Every sentence traces back to a named document and a page, so the answer can be checked against its source. This page runs that search and draws each stage of it as it happens.