From 2fea294b13330defe4104e0cd617d5f220cc667a Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 1 Oct 2023 11:28:06 +0100 Subject: [PATCH] Update settings.py --- application/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/settings.py b/application/core/settings.py index c3109144..a25addea 100644 --- a/application/core/settings.py +++ b/application/core/settings.py @@ -13,7 +13,7 @@ class Settings(BaseSettings): TOKENS_MAX_HISTORY: int = 150 SELF_HOSTED_MODEL: bool = False UPLOAD_FOLDER: str = "inputs" - VECTOR_STORE: str = "elasticsearch" # "faiss" or "elasticsearch" + VECTOR_STORE: str = "faiss" # "faiss" or "elasticsearch" API_URL: str = "http://localhost:7091" # backend url for celery worker