Ingestion

Structured fact ingest

Uploading structured facts alongside documents.

Use these paths when your data is already structured:

PatternApproach
Product catalogue, policy fieldsUpload JSON/CSV as documents, or POST /facts with infer: "triples"
Stable external keysentity type + name in the unified graph; scope paths for tenancy
Graph edges between recordsrelation records between entities
Warehouse sync (future)Connectors/documents or /facts/batch
  • Unstructured text (PDF, Markdown, HTML): POST /api/v1/{ctx}/documents — async chunking and extraction.

  • Structured triples you already trust: POST /api/v1/{ctx}/facts with infer: "triples".

  • Conversational extraction: POST /api/v1/{ctx}/facts/batch or spectron remember.

See Cross-layer linking.

Was this page helpful?