From 5a93e91f566d12ab07d93398174d3896a36596ba Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Feb 2026 00:33:16 +0000 Subject: [PATCH] docs: update TODO.md with Phase 3 commit hash (e90f281) Co-Authored-By: Charon --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 67ac393..57598e0 100644 --- a/TODO.md +++ b/TODO.md @@ -26,9 +26,9 @@ All pure-function tests complete. Remaining untested functions require live serv ### Require External Services (use build tag `//go:build rag`) -- [x] **Qdrant client tests** — Create collection, upsert, search, delete, list, info, filter, overwrite. Skip if Qdrant unavailable. 11 subtests in `qdrant_integration_test.go`. (PHASE3_COMMIT) -- [x] **Ollama client tests** — Embed single text, embed batch, verify model, consistency, dimension check, different texts, non-zero values, empty string. 9 subtests in `ollama_integration_test.go`. (PHASE3_COMMIT) -- [x] **Full pipeline integration test** — Ingest directory, query, format results, all helpers (QueryWith, QueryContextWith, IngestDirWith, IngestFileWith, QueryDocs, IngestDirectory), recreate flag, semantic similarity. 12 subtests in `integration_test.go`. (PHASE3_COMMIT) +- [x] **Qdrant client tests** — Create collection, upsert, search, delete, list, info, filter, overwrite. Skip if Qdrant unavailable. 11 subtests in `qdrant_integration_test.go`. (e90f281) +- [x] **Ollama client tests** — Embed single text, embed batch, verify model, consistency, dimension check, different texts, non-zero values, empty string. 9 subtests in `ollama_integration_test.go`. (e90f281) +- [x] **Full pipeline integration test** — Ingest directory, query, format results, all helpers (QueryWith, QueryContextWith, IngestDirWith, IngestFileWith, QueryDocs, IngestDirectory), recreate flag, semantic similarity. 12 subtests in `integration_test.go`. (e90f281) ## Phase 2: Test Infrastructure (38.8% -> 69.0% coverage)