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:
Eric Furst 2026-02-26 16:53:36 -05:00
commit afdd6ae7e0
4 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ import textwrap
# Globals
#
PERSIST_DIR = "./storage_clippings"
PERSIST_DIR = "./clippings_search/store_clippings"
COLLECTION_NAME = "clippings"
# Embedding model (must match build_clippings.py)