Raw to Knowledge User Guide
Raw to Knowledge is a governed knowledge pipeline. It ingests raw information artifacts such as meeting transcripts, support conversations, notes, Markdown pages, HTML pages, and PDF-derived text, extracts question-and-answer candidates, classifies them by information type, routes them through role-based human validation, and publishes approved answers into a versioned registry — where they are available for readouts, semantic retrieval, graph analysis, and team dashboards.
This guide is organized by role and task. Find your path below, then follow the links to the content most relevant to your work.
Which path is yours?
| Persona | Primary need in Raw to Knowledge | Recommended starting point |
|---|---|---|
| Consultant / Account Lead | Prepare for customer meetings using curated, approved answer readouts; retrieve answers on demand | Core Concepts → Readouts & Retrieval |
| Validator / SME | Review extracted and generated answer candidates; approve, revise, or escalate | Validation Lifecycle → Validation Workflow |
| Technical Writer / Content Strategist | Export registry answers, apply Horn-type guidance, manage knowledge lifecycle | Horn Information Types → Registry Export |
| Support Engineer | Retrieve troubleshooting answers, inspect contradictions, surface post-meeting knowledge gaps | Flow A vs Flow B → Search & Filter Answers |
| Knowledge Architect / Governance Lead | Govern the full answer lifecycle, manage quality, monitor dashboard metrics | Governance Overview → Dashboard |
| Platform Admin / Integration Developer | Configure services, connectors, Celery workers, API integrations, and monitoring | System Surfaces & Data Stores → Administration |
The Raw to Knowledge knowledge pipeline
The diagram below shows the highest-level view of the pipeline. Every source artifact that enters Raw to Knowledge travels this path before its knowledge becomes reusable.
flowchart LR
T([Transcript\nVTT / SRT / TXT / JSON])
I[Intake\nSegmentation · Privacy · Flow A/B]
C[Classification\nHorn Type · Assertion Grammar]
V[Validation\n9-State Machine · Role Authority]
R[(Registry\nApproved Answers\nVersion Chain)]
RD[Readouts]
RT[Retrieval]
G[Graph\nNeo4j · Contradiction]
D[Dashboard\nMetrics · Quality]
T --> I --> C --> V --> R
R --> RD
R --> RT
R --> G
R --> D
Quick links
- Core Concepts — Understand the system before you use it
- How Raw to Knowledge Builds Governed Knowledge
- Flow A vs Flow B
- Horn Information Types
- Validation Authority and Lifecycle
- Privacy, Scope, and Provenance
- System Surfaces and Data Stores
-
Start Here — Orientation for new users
- What Raw to Knowledge Is (and Is Not)
-
Daily Operations — Task-oriented guides by role
- Validation Workflow
- Readouts
- Search & Filter Answers
- Registry Export
-
Administration — Platform configuration
- Configure Core Services
- Configure Connectors and Models
-
Reference — API surface and data schemas
- Endpoint Reference
-
Troubleshooting — Common errors and resolutions
- Intake and Classification
- Validation and Registry
- Generation and Retrieval
Note: The full interactive API reference is served by the running FastAPI service at
/docs(OpenAPI/Swagger UI) and/redoc. System architecture diagrams are in the Architecture overview.