From 13ec5b45d89bf86be1873537ea83f0a6556dd055 Mon Sep 17 00:00:00 2001 From: Eric Furst Date: Thu, 26 Feb 2026 16:43:43 -0500 Subject: [PATCH] Remove vector store size from README and CLAUDE.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ae8cd..2552be2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ssearch/ │ └── retrieve_clippings.py # Verbatim clippings chunk retrieval ├── data/ # Symlink to journal .txt files ├── clippings/ # Symlink to clippings (PDFs, TXT, webarchive, RTF) -├── store/ # Persisted journal vector store (~242 MB) +├── store/ # Persisted journal vector store ├── storage_clippings/ # Persisted clippings vector store (ChromaDB) ├── models/ # Cached HuggingFace models (offline) ├── archived/ # Superseded script versions