v1.6.2

feyninc/chonkiev1.6.2Apr 7, 2026by chonk-lain

AI Summary

This release adds the TeraflopAI Chunker, allowing users to leverage external AI for chunking via API, alongside various dependency updates and bug fixes.

Key Highlights

  • New TeraflopAI Chunker integration.
  • Fixed per-chunk overlap calculation for float context sizes.
  • Validated tree-sitter language support in CodeChunker.

New Features

  • TeraflopAI Chunker

Full Release Notes

<p align="center">
<img width="50%" alt="image" src="https://github.com/user-attachments/assets/b70fab9e-dab4-497f-85fc-a0d5d7e5d309" />
</p>

## TeraflopAI Chunker
A new chunker has been added to your toolkit 🎉  
you can now use the newly added [TeraflopAI](https://www.teraflopai.com/) chunker freely using the code below
```py
from chonkie import TeraflopAIChunker


chunker = TeraflopAIChunker(api_key="your_api_key_here")

text = "Your text here"
chunker.chunk(text)
```


## What's Changed

* Fixed per-chunk overlap calculation for float context_size by @anaslimem in https://github.com/chonkie-inc/chonkie/pull/512
* add teraflopai chunker by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/539
* Validate tree-sitter language support in CodeChunker by @chimchim89 in https://github.com/chonkie-inc/chonkie/pull/469
* chore: bump version by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/541


## Dependencies
* chore(deps): bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/532
* chore(deps): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/535
* chore(deps): bump cryptography from 46.0.5 to 46.0.6 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/534
* chore(deps): bump langchain-core from 1.2.19 to 1.2.22 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/533
* chore(deps): bump aiohttp from 3.13.3 to 3.13.4 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/538
* chore(deps): bump litellm from 1.82.3 to 1.83.0 by @dependabot[bot] in https://github.com/chonkie-inc/chonkie/pull/540

**Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.6.1...v1.6.2