kb_ingest_doc
Ingest a markdown file into the knowledge base with automatic change detection and configurable chunking or summarization strategies.
Instructions
Ingest single markdown file into KB with change detection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_path | Yes | Absolute path to markdown file | |
| strategy | No | Ingestion strategy: full (one entry), chunked (by sections), summary (GPT summary) | chunked |
| chunk_size | No | Max tokens per chunk (chunked strategy only) | |
| tags | No | Additional tags | |
| overwrite | No | Replace existing KB entries from this doc | |
| author | No | Who is ingesting (optional, defaults to None) | |
| source_type | No | Source type for attribution (defaults to 'system' since ingestion is automated) | system |