| | |
| | | ### --------- file path------------------ |
| | | ENV_CONF_PATH = "app/config/env_conf" |
| | | APP_SERVICE_PATH = "app/service/" |
| | | APP_STATIC_PATH = "app/static" |
| | | |
| | | |
| | | |
| | | ### -----------app register -------------- |
| | | RAGFLOW = "ragflow_app" |
| | |
| | | |
| | | |
| | | 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 |