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
|
|
@ -37,7 +37,7 @@ import time
|
|||
|
||||
# Shared constants
|
||||
DATA_DIR = Path("./clippings")
|
||||
PERSIST_DIR = "./storage_clippings"
|
||||
PERSIST_DIR = "./clippings_search/store_clippings"
|
||||
COLLECTION_NAME = "clippings"
|
||||
EMBED_MODEL_NAME = "BAAI/bge-large-en-v1.5"
|
||||
CHUNK_SIZE = 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue