ingest_document
Extract memories from documents by splitting them into chunks and processing each one. Ideal for onboarding with READMEs, API docs, or architecture specs.
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
| 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 |