From 406c5fa4832630ee0a9b69e220ab05ae03ba99aa Mon Sep 17 00:00:00 2001 From: aries-ckt <916701291@qq.com> Date: Wed, 17 May 2023 22:26:49 +0800 Subject: [PATCH] update:config update --- pilot/configs/model_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/configs/model_config.py b/pilot/configs/model_config.py index 128e87513..4781cd08a 100644 --- a/pilot/configs/model_config.py +++ b/pilot/configs/model_config.py @@ -44,4 +44,4 @@ DB_SETTINGS = { } VS_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "vs_store") -KNOWLEDGE_UPLOAD_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "knowledge") \ No newline at end of file +KNOWLEDGE_UPLOAD_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "data") \ No newline at end of file