bharatcoder commited on
Commit
e93cb3e
·
verified ·
1 Parent(s): 386deab

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +0 -3
config.py CHANGED
@@ -17,9 +17,6 @@ class Config:
17
  # Model path - adjust if your model is in a different location
18
  MODEL_PATH = "google/embeddinggemma-300m"
19
 
20
- # ChromaDB path - relative to the base directory
21
- CHROMADB_PATH = os.path.join(BASE_DIR, "chromadb_data")
22
-
23
  # Collection name in ChromaDB
24
  COLLECTION_NAME = "rs_studies_embeddings"
25
 
 
17
  # Model path - adjust if your model is in a different location
18
  MODEL_PATH = "google/embeddinggemma-300m"
19
 
 
 
 
20
  # Collection name in ChromaDB
21
  COLLECTION_NAME = "rs_studies_embeddings"
22