Rename storage_exp/ to store/, remove unused storage/
Update all active scripts, .gitignore, CLAUDE.md, and README.md. Also fix stale filename references in script header comments.
This commit is contained in:
parent
5a3294f74c
commit
13785d667a
5 changed files with 12 additions and 13 deletions
|
|
@ -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)
|
||||
├── storage_exp/ # Persisted journal vector store (~242 MB)
|
||||
├── store/ # Persisted journal vector store (~242 MB)
|
||||
├── storage_clippings/ # Persisted clippings vector store (ChromaDB)
|
||||
├── models/ # Cached HuggingFace models (offline)
|
||||
├── archived/ # Superseded script versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue