Data flow
How content is indexed and how queries become answers
Overview
Peam uses a two-phase workflow: indexing at build time and querying at runtime. The builder creates artifacts once; the runtime reuses them for fast, consistent answers.
Indexing flow
Query flow
Notes
- Index sources define where content is discovered from. See Index sources.
- Filters narrow the candidate set before indexing. See Filters.
- Index stores persist artifacts for runtime search. See Storage.
- Client surfaces stay thin: they render AskAI UI and send messages to the server.