v1.7.0
Osmantic/ODSv1.7.0Jul 7, 2026by chonk-lain
AI Summary
This release focuses on expanding document parsing capabilities and developer extensibility. It introduces LiteParse for better format support, exposes the internal ComponentRegistry for custom integrations, and completely revamps the documentation for improved navigation and developer experience.
Key Highlights
- LiteParse Integration for lightweight, dependency-friendly document parsing
- Public exposure of the ComponentRegistry for building custom integrations
- Complete documentation migration and redesign on GitHub Pages
New Features
- LiteParse integration
- ComponentRegistry exposure
- Revamped documentation
Full Release Notes
# Chonkie v1.7.0 <p align="center"> <img width="25%" alt="chef x llamaindex" src="https://github.com/user-attachments/assets/e777312b-1123-4e6c-aecb-ea42afb80f68" /> </p> ## What's Changed ### 🦙 LiteParse Integration Chonkie now integrates with **LiteParse**, making it easier to parse and chunk a wider range of document formats with a lightweight, dependency-friendly parser. <p align="center"> <img width="50%" alt="image" src="https://github.com/user-attachments/assets/cde3f946-2ec7-49aa-a89d-d3df15169141" /> </p> ### 🧩 Exposed `ComponentRegistry` `ComponentRegistry` is now publicly exposed, making it easier to inspect, extend, and build custom integrations on top of Chonkie's component system. <p align="center"> <img width="50%" alt="image" src="https://github.com/user-attachments/assets/b33ddf7e-8273-422f-9dcf-65ca9b6d88b8" /> </p> ### 📚 Revamped Documentation The documentation has been completely migrated and redesigned with improved navigation, clearer guides, and a better overall developer experience. It is now hosted on GitHub Pages. <p align="center"> <img width="80%" alt="image" src="https://github.com/user-attachments/assets/b0c64b37-7f7c-4bce-abad-d012473f86bd" /> </p> ## Other Improvements - Improved README and project documentation. - Fixed multiple documentation URLs and routing issues. - Various dependency updates and maintenance improvements. ## Pull Requests - chore: update readme by @chonk-lain in https://github.com/feyninc/chonkie/pull/603 - chore(deps): bump aiohttp from 3.13.4 to 3.14.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/600 - chore(deps): bump starlette from 0.52.1 to 1.0.1 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/601 - feat: add liteparse by @chonk-lain in https://github.com/feyninc/chonkie/pull/602 - chore(deps): bump jupyter-server from 2.18.2 to 2.20.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/612 - chore(deps): bump starlette from 1.0.1 to 1.3.1 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/611 - chore(deps): bump bleach from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/610 - chore(deps): bump cryptography from 46.0.7 to 48.0.1 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/609 - chore(deps): bump langsmith from 0.8.0 to 0.8.18 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/616 - chore(deps): bump pydantic-settings from 2.13.1 to 2.14.2 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/615 - chore: fix ty by @chonk-lain in https://github.com/feyninc/chonkie/pull/619 - chore(deps): bump pyjwt from 2.12.1 to 2.13.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/607 - chore: expose registry components by @chonk-lain in https://github.com/feyninc/chonkie/pull/618 - feat: migrate docs by @chonk-lain in https://github.com/feyninc/chonkie/pull/620 - chore: fix url in docs by @chonk-lain in https://github.com/feyninc/chonkie/pull/622 - chore: fix url by @chonk-lain in https://github.com/feyninc/chonkie/pull/623 - chore: migrate docs to github pages by @chonk-lain in https://github.com/feyninc/chonkie/pull/624 - chore: fix routing by @chonk-lain in https://github.com/feyninc/chonkie/pull/625 - chore: version bump by @chonk-lain in https://github.com/feyninc/chonkie/pull/626 **Full Changelog:** https://github.com/feyninc/chonkie/compare/v1.6.8...v1.7.0