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