sibikrish commited on
Commit
408fed7
·
verified ·
1 Parent(s): c84160a

Update app/core/config.py

Browse files
Files changed (1) hide show
  1. app/core/config.py +1 -1
app/core/config.py CHANGED
@@ -15,7 +15,7 @@ class Settings(BaseSettings):
15
  OPENAI_BASE_URL: str = os.getenv("OPENAI_BASE_URL", "https://api.openai.com/v1")
16
 
17
  # Vector Store Settings
18
- VECTOR_STORE_PATH: str = "data/vector_store"
19
 
20
  # LLM Settings
21
  LLM_MODEL_NAME: str = "mistral-large-latest"
 
15
  OPENAI_BASE_URL: str = os.getenv("OPENAI_BASE_URL", "https://api.openai.com/v1")
16
 
17
  # Vector Store Settings
18
+ VECTOR_STORE_PATH: str = "/app/data"
19
 
20
  # LLM Settings
21
  LLM_MODEL_NAME: str = "mistral-large-latest"