From d2164a49eb816ec1286572260cc44b4260434406 Mon Sep 17 00:00:00 2001 From: mruwnik Date: Fri, 19 Dec 2025 21:05:29 +0000 Subject: [PATCH] Add TODO note for re-indexing existing book chunks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- INVESTIGATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INVESTIGATION.md b/INVESTIGATION.md index 4b32618..1d4e4c1 100644 --- a/INVESTIGATION.md +++ b/INVESTIGATION.md @@ -48,6 +48,7 @@ This investigation identified **100+ issues** across 7 areas of the memory syste - **Root Cause:** `extract_text()` defaults to `modality="text"` but BookSection didn't override it - **Fix Applied:** Added `modality="book"` to BookSection._chunk_contents() DataChunk creation - **Note:** Original 1,338 mail items investigation was outdated - current mismatch is 24 mail->text chunks which are actually email attachments (correct behavior) +- **TODO:** Existing 9,370 book chunks need re-indexing to move from text to book collection ### BUG-003: BM25 Filters Completely Ignored - **Severity:** CRITICAL