# Keep same-document inserts distinct when metadata differs

> Content hashing now folds metadata into the content hash (v2.6.13), so upsert=False inserts of the same document no longer collapse into one.

- Published: 2026-06-10
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/keep-same-document-inserts-distinct-when-metadata-differs
- Markdown: https://agno-com-nine.vercel.app/articles/keep-same-document-inserts-distinct-when-metadata-differs.md

Content hashing now folds metadata into the content hash (v2.6.13), so `upsert=False` inserts of the same document no longer collapse into one. Documents that share content but differ in metadata are stored as separate records the way you'd expect.
