ingest_document
Extract and process document content into structured memory chunks for building project context from READMEs, API specs, or architecture documents.
Instructions
Extract memories from a document by splitting it into chunks and processing each one. Great for onboarding — feed in READMEs, architecture docs, or API specs to quickly build project context.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The document text to ingest (up to 50K characters) | |
| document_type | No | Type hint for extraction (e.g., readme, api_docs, architecture, changelog) | general |