zhaoqingang
2025-03-06 e26a7859a8900b152e10961d91fa6ad19a8deb9c
app/config/const.py
@@ -14,6 +14,9 @@
### --------- file path------------------
ENV_CONF_PATH = "app/config/env_conf"
APP_SERVICE_PATH = "app/service/"
APP_STATIC_PATH = "app/static"
### -----------app register --------------
RAGFLOW = "ragflow_app"
@@ -106,3 +109,14 @@
TMP_DICT = {chat_server: RAGFLOW, workflow_server: DIFY}
###-------------------------------system-------------------------------------------------
SYSTEM_ID = 1
### --------------------------------complex mode----------------------------------------------
complex_dialog_chat = 1 # 文档和基础对话
complex_network_chat = 2 # 联网对话
complex_knowledge_chat = 3 # 知识库对话
# complex_deep_chat = 4
complex_mindmap_chat = 5