Skip to main content

Module chunker

Module chunker 

Source
Expand description

Markdown chunker — stub (removed in Construct).

The chunker was used by the Qdrant embedding flow and RAG ingestion. Persistent memory is now handled via Kumiho MCP. A minimal chunk_markdown is retained for callers in rag/mod.rs.

Structs§

Chunk
A single chunk of text with metadata.

Functions§

chunk_markdown
Split markdown text into chunks — simplified stub.