chunky.chunkersΒΆ

Built-in chunker implementations.

Modules

fallback

Sliding window fallback chunker.

fortran

Lightweight Fortran chunker based on subroutine/function boundaries.

markdown

Markdown-aware chunker that groups content by heading hierarchy.

notebook

Chunker for nb4llm notebook exports (.nb.txt).

python

Python-aware chunker that splits on top-level definitions.

rst

reStructuredText chunker that uses section heading boundaries.

text

Plain text chunker that groups paragraphs.

treesitter

Tree-sitter backed chunkers for structured languages.

yaml_json

Chunker for JSON and YAML files using top-level structures.