From 04fc5ce6041dc4731ff6faf4c09e4ed1cc91a204 Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 25 Feb 2025 09:45:14 +0800 Subject: [PATCH] Remove unspported endpoint from splash mesages --- lightrag/api/utils_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lightrag/api/utils_api.py b/lightrag/api/utils_api.py index e0a783a2..0d8bebd0 100644 --- a/lightrag/api/utils_api.py +++ b/lightrag/api/utils_api.py @@ -548,7 +548,6 @@ def display_splash_screen(args: argparse.Namespace) -> None: ASCIIColors.cyan(""" 3. Basic Operations: - POST /upload_document: Upload new documents to RAG - POST /query: Query your document collection - - GET /collections: List available collections 4. Monitor the server: - Check server logs for detailed operation information