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:
Eric Furst 2026-02-26 16:36:57 -05:00
commit 13785d667a
5 changed files with 12 additions and 13 deletions

View file

@ -1,4 +1,4 @@
# build_exp_claude.py
# build_store.py
#
# Build or update the vector store from journal entries in ./data.
#
@ -26,7 +26,7 @@ import time
# Shared constants
DATA_DIR = Path("./data")
PERSIST_DIR = "./storage_exp"
PERSIST_DIR = "./store"
EMBED_MODEL_NAME = "BAAI/bge-large-en-v1.5"
CHUNK_SIZE = 256
CHUNK_OVERLAP = 25