From 6a9481b1f3ec53d17674c8a099cb45523efb550f Mon Sep 17 00:00:00 2001 From: dangzerong <429714019@qq.com> Date: Mon, 20 Oct 2025 10:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E2=80=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/ragflow_server_fastapi.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/api/ragflow_server_fastapi.py b/api/ragflow_server_fastapi.py index ff89230..c566bb5 100644 --- a/api/ragflow_server_fastapi.py +++ b/api/ragflow_server_fastapi.py @@ -85,11 +85,12 @@ def setup_health_check(app): def main(): """主函数""" logging.info(r""" - ____ ___ ______ ______ __ - / __ \ / | / ____// ____// /____ _ __ - / /_/ // /| | / / __ / /_ / // __ \| | /| / / - / _, _// ___ |/ /_/ // __/ / // /_/ /| |/ |/ / - /_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/ + _______ ______ _____ ______ _____ + |__ __| | ____| | __ \ | ____| / ____| + | | | |__ | |__) | | |__ | (___ + | | | __| | _ / | __| \___ \ + | | | |____ | | \ \ | |____ ____) | + |_| |______| |_| \_\ |______| |_____/ """) logging.info(f'RAGFlow version: {get_ragflow_version()}')