Retrieval-Augmented Generation
How a local AI answers questions from your own documents — no cloud, no API keys
Click any node to see what happens at that stage — or hit Trace to step through a query
Retrieval-Augmented Generation
OverviewRAG gives a language model access to your own documents at query time, so there's no retraining or cloud requirement. It fetches the most relevant passages from a local index and passes them as context so the model answers from your actual source material, not training weights.