RagSession
Ingesting from disk
A desktop app can point RAG at a real directory, which is the thing it has over the browser.Retrieval without generation
Streaming an answer
Configuration
persistPath is what turns a slow first launch into a fast second one. Point it somewhere
under the app’s user-data directory.
Overlap matters more than it looks. Without it, a sentence split across a chunk boundary is
retrievable from neither half.