Intelligent Ingestion
STUB: This skill is not yet implemented
This placeholder preserves the documented plugin structure. See parent plugin README for planned capabilities.
Planned Capabilities
- Intelligent Chunking Strategies:
- Fixed-size (512-1000 tokens) for prose documents
- Semantic (paragraph-based) for legal documents
- Sentence-boundary for Q&A content
- Markdown-aware for technical documentation
- Concurrent online embeddings with explicit RETRIEVAL_DOCUMENT task_type
- Bypass batch API limitation to ensure correct task_type
- Document preprocessing and normalization
Implementation Status
- Core implementation
- References documentation
- Output templates
- Integration tests