The core mental model is that context for AI agents comes in shapes, not queries: a small set of reusable graph shapes—table of contents (trees), themes/communities, and connections (foreign-key joins)—should be constructed over a lakehouse instead of relying on flat vector search or text2SQL.
Provides a concrete architectural vocabulary for semantic layers over mixed structured/unstructured data. Agents can be given graph-shaped context that matches the structure of the problem, rather than arbitrary query results.
Any RAG system over a corpus that contains both relational tables and documents can be decomposed into these three shapes; choose which shape to expose based on the reasoning task.
Context comes in shapes, not queries.
Table of contents structures unstructured documents as trees.
Themes surface global patterns and groupings from unstructured data.
Connections map how database tables join together semantically.