v1.4.1

feyninc/chonkiev1.4.1Nov 3, 2025by chonknick

AI Summary

Adds support for `MilvusHandshake` for vector store integration and fixes various documentation and import issues.

Key Highlights

  • Added `MilvusHandshake` for sending chunks to Milvus
  • Added ARM64 support to wheel builds
  • Fixed multiprocessing imports to reduce default imports
  • Fixed logger configuration conflicts

New Features

  • MilvusHandshake
  • ARM64 support

Full Release Notes

<img width="960" height="540" alt="Chonkie Logo (54)" src="https://github.com/user-attachments/assets/251cc897-d8e0-4991-bd89-37d97d0624bd" />

## ✨ Highlights

- Add support for `MilvusHandshake`! Now you can send your chunks `Milvus` through Chonkie~
- Many bug fixes and documentation updates!

## What's Changed
* Fix: Update package size badge and enhance project description by @chonknick in https://github.com/chonkie-inc/chonkie/pull/344
* Docs: Update README with more precise feature descriptions by @chonknick in https://github.com/chonkie-inc/chonkie/pull/345
* Fix import statement for Pipeline in pipelines.mdx by @chonknick in https://github.com/chonkie-inc/chonkie/pull/346
* Increase logo size in welcome page by @chonknick in https://github.com/chonkie-inc/chonkie/pull/348
* Docs: Remove hardcoded height from logo images by @chonknick in https://github.com/chonkie-inc/chonkie/pull/349
* chore: fix failing tests for none core contributors  by @not-lain in https://github.com/chonkie-inc/chonkie/pull/353
* Docs: Update chunker documentation with two-step file upload process by @chonknick in https://github.com/chonkie-inc/chonkie/pull/354
* docs: update 'tokenizer' parameter name in __repr__ and relevant docs by @IvanMiao in https://github.com/chonkie-inc/chonkie/pull/351
* Fix: Add ARM64 support to wheel builds by @chonknick in https://github.com/chonkie-inc/chonkie/pull/343
* Fix: Move multiprocessing import inside methods to reduce default imports by @chonknick in https://github.com/chonkie-inc/chonkie/pull/362
* Fix: Logger Configuration - loguru conflict with user handlers by @IvanMiao in https://github.com/chonkie-inc/chonkie/pull/363
* Fix Bug:AzureOpenAIEmbeddings import issue by @hannibal-lee in https://github.com/chonkie-inc/chonkie/pull/366
* Remove chunk overlap from Recursive Chunker API docs by @shreyash-chonkie in https://github.com/chonkie-inc/chonkie/pull/369
* Update overlap refinery documentation by @shreyash-chonkie in https://github.com/chonkie-inc/chonkie/pull/370
* Feat: Add MilvusHandshake by @AlanPonnachan in https://github.com/chonkie-inc/chonkie/pull/322
* Update magika requirement from <0.7.0,>=0.6.0 to >=0.6.0,<1.1.0 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/371
* fix late chunker by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/367
* feat: update default embedding model by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/372

## New Contributors
* @hannibal-lee made their first contribution in https://github.com/chonkie-inc/chonkie/pull/366

**Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.4.0...v1.4.1