Knowledge Ingestion
File, URL, and text import with chunking, normalization, and provenance-aware persistence. Entry point for all unstructured input.
Architecture
Atlas implements a linear pipeline from unstructured documents to governed knowledge. Each layer has dedicated Prisma models, service modules, API routes, UI surfaces, and benchmark metrics. Nothing is implicit — provenance, verification, and governance are first-class.
File, URL, and text import with chunking, normalization, and provenance-aware persistence. Entry point for all unstructured input.
Claims, entities, relationships, and evidence form a queryable directed graph. Builder and service layers expose statistics and node overlays.
Snapshots and change detectors track knowledge mutations. Evolution runs emit append-only events for audit and diff inspection.
BM25 lexical search combined with pgvector embeddings. Hybrid ranking with configurable OpenAI or Voyage AI embedding providers.
Deterministic verification runs label claims before they enter reasoning or canonical mutation paths. Results persist per claim.
Retrieval-grounded interpretation via OpenAI, Anthropic, or local providers. Suggestions require human review before acceptance.
Deterministic policy engine with no AI in decision paths. Checks gate import, verification, reasoning, and suggestion acceptance.
Gold-standard benchmark datasets, thirteen metrics, offline runner, and regression-gated CI. Scientifically reproducible measurement.