zhaoqingang
2024-12-26 ac9dc50f6b8403c4f4b0918432e11d7268fcadf1
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"
@@ -23,6 +24,8 @@
USER_STATSU_OFF = "0"
Dialog_STATSU_DELETE = "2"
Dialog_STATSU_ON = "1"
Dialog_STATSU_OFF = "0"
DEPT_STATUS_DELETE = "2"
DEPT_STATUS_ON = "1"
@@ -30,4 +33,8 @@
ROLE_STATUS_DELETE = "2"
ROLE_STATUS_ON = "1"
ROLE_STATUS_OFF = "0"
ROLE_STATUS_OFF = "0"
RESOURCE_STATUS_DELETE = "2"
RESOURCE_STATUS_ON = "1"
RESOURCE_STATUS_OFF = "0"