Intelligent Ingestion

[STUB - Not implemented] Intelligent document chunking and ingestion with multiple strategies for Vertex AI RAG Engine. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]

Agentient 74e61a1 1021 B Updated

File contents

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

Agentient/vibekit/tree/main/plugins/rag-tools/skills/intelligent-ingestion commit 74e61a125d

Frequently asked questions

npx skillmds@latest add agentient/intelligent-ingestion