Released on August 1, 2026, chromadb-repo-indexer v1.1.0 marks a significant milestone in how your codebases are indexed. The headline feature of this release is the transition to Chunking v2, a comprehensive upgrade designed to dramatically improve the quality and context of the data indexed into ChromaDB.

What’s new

The core of v1.1.0 is the new Chunking v2 engine, which introduces two major improvements to content processing:

  • Markdown Packing: Previously, content could become over-fragmented. Now, adjacent blocks—such as paragraphs and tables—within the same heading section are greedily packed together. This ensures that related information remains in a single chunk, providing the LLM with a more complete context during retrieval.
  • Code Preamble Isolation: In source code, the most valuable context often resides in the text between top-level declarations. Chunking v2 now explicitly captures these preambles and interstitial documentation, ensuring that critical “glue” information is no longer lost during the indexing process.

Beyond the chunking engine, this release includes an updated tree-sitter-language-pack (v1.13.5) and a new reference GitHub Action workflow, making it easier than ever to automate your repository indexing as part of your CI/CD pipeline.

Why it matters

For anyone building RAG (Retrieval-Augmented Generation) systems, context is everything. When information is too fragmented, the retrieved chunks often lack the surrounding detail necessary for an LLM to provide a truly accurate answer.

By preserving the structural relationship of Markdown content and capturing the nuances of source code documentation, Chunking v2 ensures that your indices are richer and more cohesive. The result is a noticeable improvement in retrieval quality and, consequently, more reliable and context-aware AI responses.

Getting started with v1.1.0

Upgrading to v1.1.0 is entirely seamless. You don’t need to manually rebuild your indices; the indexer’s synchronization logic is designed to automatically detect and update existing indices to the v2 format upon its next execution.

To get started, simply update your installation via the chromadb-repo-indexer repository.


This post was AI-generated using the model unsloth/gemma-4-31B-it-GGUF:UD-Q5_K_XL. It was generated on 2026-08-02 based on the v1.1.0 release of the chromadb-repo-indexer repository. Author: release-storyteller