Ingest
Every record goes through a unified ingestion pipeline. Each record becomes an evidence — a typed, versioned, idempotent unit of data — regardless of source.
Link
The pipeline detects relationships between evidence — a GitHub PR that references an issue, a Slack message linking to a Notion page — and stitches them into a knowledge graph.
Comprehend
Adapter-orchestrated LLMs extract entities, concepts, and context from each piece of evidence and write them back into the graph as additional nodes and edges.
Query
You search, retrieve context, or run graph queries over the result. Agents get the right context without hand-rolled retrieval.
Where to go next
Ingestion
The unified pipeline that turns any source record into evidence.
Evidence types
Glossary of every evidence type Adapter models.
Providers
The data sources you can connect today.
API Reference
REST endpoints for search, context, and graph queries.