Spaces:
Sleeping
Sleeping
Update config/config.py
Browse files- config/config.py +1 -1
config/config.py
CHANGED
|
@@ -18,7 +18,7 @@ class Config:
|
|
| 18 |
|
| 19 |
# Vector store configuration
|
| 20 |
COLLECTION_NAME = "nutritional_hypotheticals"
|
| 21 |
-
PERSIST_DIRECTORY = "./nutritional_db"
|
| 22 |
|
| 23 |
# Agent configuration
|
| 24 |
GROUNDEDNESS_THRESHOLD = 0.4
|
|
|
|
| 18 |
|
| 19 |
# Vector store configuration
|
| 20 |
COLLECTION_NAME = "nutritional_hypotheticals"
|
| 21 |
+
PERSIST_DIRECTORY = "./data/nutritional_db"
|
| 22 |
|
| 23 |
# Agent configuration
|
| 24 |
GROUNDEDNESS_THRESHOLD = 0.4
|