Snapshotmain · afd0fef
Documents become indexed nodes; queries retrieve a relevant subset that an LLM synthesizes into an answer.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
NodeA document-derived unit of text or data with metadata and relationships.
How to study this repo
- 1Ingest one document
Track its ID through splitting, embedding, and index insertion.
- 2Inspect retrieval
Follow a QueryBundle into vector search and back as NodeWithScore values.
- 3Compare synthesis modes
Read two synthesizers and note how each partitions context across LLM calls.