Remove vector store size from README and CLAUDE.md

This commit is contained in:
Eric Furst 2026-02-26 16:43:43 -05:00
commit 13ec5b45d8

View file

@ -27,7 +27,7 @@ ssearch/
│ └── retrieve_clippings.py # Verbatim clippings chunk retrieval │ └── retrieve_clippings.py # Verbatim clippings chunk retrieval
├── data/ # Symlink to journal .txt files ├── data/ # Symlink to journal .txt files
├── clippings/ # Symlink to clippings (PDFs, TXT, webarchive, RTF) ├── 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) ├── storage_clippings/ # Persisted clippings vector store (ChromaDB)
├── models/ # Cached HuggingFace models (offline) ├── models/ # Cached HuggingFace models (offline)
├── archived/ # Superseded script versions ├── archived/ # Superseded script versions