RAG architecture
Eldric RAG grounds answers in tenant-controlled documents by indexing source content and retrieving relevant passages at answer time.
Conceptual flow#
- Upload source documents into a tenant knowledge base.
- Extract text and metadata from supported file types.
- Chunk content using a strategy appropriate to the source.
- Embed chunks and store them in tenant-scoped retrieval storage.
- Retrieve matching passages when the user asks a grounded question.
- Return an answer with citations back to source passages.
Boundaries#
The public docs describe the customer-facing architecture only. Internal storage layouts, byte formats and retrieval formulas are intentionally not documented.