System · the intake, it reads
Pharynx
Swallows documents, feeds clean text.
Pharynx takes the documents the company already has and normalises them to clean text the brain can forge into knowledge.
In active developmentHow it flows
- PDF · DOCX · XLSX · HTML today; OCR and audio next.
- Chunks on paragraph boundaries, keeps the source.
- Posts straight into Cortex's ingestion.
How it fits
The front door for existing documents; hands clean text to Cortex.
Under the hood
From a document to clean, chunked text.
One small FastAPI service with a pluggable extractor registry: detect the format, pull out clean text, split it, and hand each piece to Cortex.
The intake pipeline
POST /v1/ingest extracts, chunks and posts to Cortex; /v1/extract just returns the text. Each chunk becomes its own Cortex ingest job.
Reads today
Declared · Wave 2
The rest of the constellation
This is one part of a system built to keep one promise: every answer is grounded and permission-aware, or it doesn’t come at all.