From 4e301c1fcf4a0b6e2e797acaa3169d5ff4fe92f5 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期三, 08 一月 2025 13:50:52 +0800
Subject: [PATCH] sse

---
 app/config/const.py |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/app/config/const.py b/app/config/const.py
index 96f0829..6e6f8a3 100644
--- a/app/config/const.py
+++ b/app/config/const.py
@@ -4,7 +4,8 @@
 DOCUMENT_TO_REPORT = "document_to_report"
 IMAGE_TO_TEXT = "image_and_text_conversion"
 DOCUMENT_IA_QUESTIONS = "document_ia_questions"
-
+ENV_CONF_PATH = "app/config/env_conf"
+APP_SERVICE_PATH = "app/service/"
 
 ### -----------app register --------------
 RAGFLOW = "ragflow_app"
@@ -22,4 +23,22 @@
 USER_STATSU_ON = "1"
 USER_STATSU_OFF = "0"
 
-Dialog_STATSU_DELETE = "2"
\ No newline at end of file
+Dialog_STATSU_DELETE = "2"
+Dialog_STATSU_ON = "1"
+Dialog_STATSU_OFF = "0"
+
+DEPT_STATUS_DELETE = "2"
+DEPT_STATUS_ON = "1"
+DEPT_STATUS_OFF = "0"
+
+ROLE_STATUS_DELETE = "2"
+ROLE_STATUS_ON = "1"
+ROLE_STATUS_OFF = "0"
+
+RESOURCE_STATUS_DELETE = "2"
+RESOURCE_STATUS_ON = "1"
+RESOURCE_STATUS_OFF = "0"
+
+
+###
+max_chunk_size  =5000
\ No newline at end of file

--
Gitblit v1.8.0