v1.3.1
feyninc/chonkiev1.3.1Sep 27, 2025by chonknick
AI Summary
Adds Markdown support and introduces table chunking capabilities with a refactor of the Document class.
Key Highlights
- Added `MarkdownDocument`, `MarkdownChef`, and `MarkdownImage` types
- Added `TableChunker` with `chunk_document` method
- Renamed `text` parameter to `content` in `Document` class
Breaking Changes
- Renamed `text` to `content` in `Document`
New Features
- Markdown support
- TableChunker
Full Release Notes
## What's Changed * Feat: add pinecone source_tag by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/294 * Docs: Add Chonkie Parse by @chonknick in https://github.com/chonkie-inc/chonkie/pull/298 * Feat: Add support for `MarkdownDocument` and `MarkdownChef`, rename `text`->`content` in `Document` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/299 * Feat: Add `MarkdownImage` type + Handle hybrid chunking via `Document` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/301 * Feat: Add support for wrapped `MarkdownImages` and filter empty text blocks in MarkdownChef by @chonknick in https://github.com/chonkie-inc/chonkie/pull/302 * Feat: add table chunker by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/300 * Fix: `TableChunker` failing edge case and indexing by @chonknick in https://github.com/chonkie-inc/chonkie/pull/304 * Feat: Add `chunk_document` to the `TableChunker` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/305 **Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.3.0...v1.3.1