From af86455055918d26a0f6eebc270074c4863db0be Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期五, 07 三月 2025 09:57:19 +0800 Subject: [PATCH] 增加深度思考逻辑 --- app/config/const.py | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/app/config/const.py b/app/config/const.py index 48fa3ed..a173fe6 100644 --- a/app/config/const.py +++ b/app/config/const.py @@ -4,8 +4,19 @@ DOCUMENT_TO_REPORT = "document_to_report" IMAGE_TO_TEXT = "image_and_text_conversion" DOCUMENT_IA_QUESTIONS = "document_ia_questions" +DOCUMENT_IA_QUESTIONS_DS = "document_ia_questions_ds" +DOCUMENT_IA_QUESTIONS_EQUIPMENT = "document_ia_questions_equipment" +DOCUMENT_TO_REPORT_TITLE = "document_to_report_title" +DOCUMENT_TO_TITLE = "document_to_title" +DOCUMENT_TO_PAPER = "document_to_paper" + + +### --------- file path------------------ ENV_CONF_PATH = "app/config/env_conf" APP_SERVICE_PATH = "app/service/" +APP_STATIC_PATH = "app/static" + + ### -----------app register -------------- RAGFLOW = "ragflow_app" @@ -94,3 +105,18 @@ ###-----------------------app account key-------------------------------------------- chat_server = "chat_server" workflow_server = "workflow_server" +smart_server = "smart_server" + + +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 \ No newline at end of file -- Gitblit v1.8.0