# RecursiveChunking no longer emits duplicate trailing chunks

> RecursiveChunking no longer produces a duplicated chunk at the end of a document, so chunk counts and embeddings lose the extra copy.

- Published: 2026-09-04
- Author: Yash Raj Pandey
- Categories: Changelog
- Canonical: https://www.agno.com/articles/recursivechunking-no-longer-emits-duplicate-trailing-chunks
- Markdown: https://www.agno.com/articles/recursivechunking-no-longer-emits-duplicate-trailing-chunks.md

We fixed `RecursiveChunking` so it stops producing a duplicated chunk at the end of a document. Your chunk counts and embeddings no longer carry the extra copy.
