Entity Extraction
Use TypeGraph extraction to turn documents, events, and thread turns into entities, facts, and provenance links.
Extract From Documents
Documents are chunked and embedded. When graphExtraction is enabled, the configured extractor receives the content and ontology and returns entities and facts linked back to document chunks.
Extract From Events
Events are time-anchored business occurrences. Event content, attached documents, and thread turns use the same internal document/chunk extraction path for consistent provenance.
Constrain With Ontology
Ontology is supplied on deploy/init. TypeGraph ships presets, and you can provide a B2B/SaaS-specific ontology to constrain entity and relation types.
Bring Your Own Extractor
The public extractor interface is pass/fail: accept the expected input and return the expected entities, facts, warnings, and raw output. Single-pass or multi-pass pipeline details are private to your extractor.
Search Extracted Graph Evidence
Search extracted evidence by including graph-backed resources and giving the graph weight. Use explain to debug candidate counts, resource timings, graph traces, and skipped resources.