From 7b64693bcdeab5e6c9cc2b0b41279c0fc94cdfd7 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 5 Apr 2025 22:05:05 +0800 Subject: [PATCH] Fix server splash screen format --- lightrag/api/utils_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/utils_api.py b/lightrag/api/utils_api.py index 2bdc8d07..ad75fd4e 100644 --- a/lightrag/api/utils_api.py +++ b/lightrag/api/utils_api.py @@ -173,7 +173,7 @@ def display_splash_screen(args: argparse.Namespace) -> None: # Banner ASCIIColors.cyan(f""" ╔══════════════════════════════════════════════════════════════╗ - ║ 🚀 LightRAG Server v{core_version}/{api_version} ║ + ║ 🚀 LightRAG Server v{core_version}/{api_version} ║ ║ Fast, Lightweight RAG Server Implementation ║ ╚══════════════════════════════════════════════════════════════╝ """)