retrieval visualized/

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.

The RAG process Seven stages, from the whole index down to the passages an answer is allowed to use
Document set what is this?