Move clippings store into clippings_search/store_clippings/
Rename storage_clippings/ to clippings_search/store_clippings/ to keep the experimental clippings search self-contained in its subdirectory.
This commit is contained in:
parent
13ec5b45d8
commit
afdd6ae7e0
4 changed files with 5 additions and 5 deletions
|
|
@ -24,11 +24,11 @@ ssearch/
|
|||
├── run_query.sh # Interactive shell wrapper with timing and logging
|
||||
├── clippings_search/
|
||||
│ ├── build_clippings.py # Build/update clippings vector store (ChromaDB)
|
||||
│ └── retrieve_clippings.py # Verbatim clippings chunk retrieval
|
||||
│ ├── retrieve_clippings.py # Verbatim clippings chunk retrieval
|
||||
│ └── store_clippings/ # Persisted clippings vector store (ChromaDB)
|
||||
├── data/ # Symlink to journal .txt files
|
||||
├── clippings/ # Symlink to clippings (PDFs, TXT, webarchive, RTF)
|
||||
├── store/ # Persisted journal vector store
|
||||
├── storage_clippings/ # Persisted clippings vector store (ChromaDB)
|
||||
├── models/ # Cached HuggingFace models (offline)
|
||||
├── archived/ # Superseded script versions
|
||||
├── saved_output/ # Saved query results and model comparisons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue