Skip to content

v1.4.0

Choose a tag to compare

@chonknick chonknick released this 11 Oct 09:31
· 905 commits to main since this release
Chonkie Logo (49)

✨ Highlights

  • Introduced chonkie.Pipeline for composable chunking + retrieval workflows
  • Added TableChef and TableChunker for smart table-aware chunking, plus MarkdownChef.parse() for quick Markdown ingestion
  • New search methods land on ChromaHandshake, ElasticHandshake, and TurboPufferHandshake for one-line vector-store checks
  • Two new visualizer themes—ocean_breeze and midnight—for prettier chunk inspection
  • File-handling helpers baked into every cloud chunker for drag-and-drop simplicity

🔨 Breaking

  • numpy is now a core dependency—remove any pinned excludes in your env
  • The old tokenizer_or_token_counter kwarg is gone; use tokenizer everywhere (single, consistent name)

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0