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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue