Overview
Content types define the categories of documents your system processes and how the AI should classify and extract information from them. Each content type includes instructions for the AI on what entities and relationships to look for.
Navigate to Admin > Data Sources > Content Types.
Viewing Content Types
The content types page lists all configured types with:
- Content type name
- Number of entity types associated
- Number of relationship types associated
- Created and last modified dates
Creating a Content Type
Click Create New to define a new content type:
- Name — A descriptive name for the document category (e.g., “Contracts”, “Proposals”, “Meeting Notes”)
- Classification Instructions — Guidance for the AI on how to identify documents of this type
- Entity Types — Which entities to extract from these documents
- Relationship Types — Which relationships to identify between extracted entities
- Metadata — Additional configuration for processing
Test Ingestion
The test ingestion feature lets you validate your content type configuration before processing real data.
- Click Test Ingestion on any content type
- Configure test parameters:
- Mode — Choose between:
- Classify & Extract — Full processing (classification + entity extraction)
- Classify Only — Test document classification without extraction
- Extract Only — Test entity extraction without classification
- Max Pages — Limit pages to process (default: 3, use -1 for full document)
- Upload a sample file
- Review the results:
Test Results
The test results display:
- Classification Scores — Confidence scores for each content type, with the selected type highlighted
- Entities Table — Extracted entities showing Type, Name, and Attributes
- Relationships Table — Extracted relationships showing Source, Type, and Target
- Raw JSON — Full raw output for debugging
Run test ingestion with representative documents before activating a content type in production. This helps fine-tune classification instructions and entity extraction rules.
Editing Content Types
Click any content type to open its editor. Changes to a content type affect how future documents are processed — previously processed documents are not retroactively re-processed.