From 6fa34d5532dd08673216e4b0f67dbac5e1805b74 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 10 Feb 2025 11:02:29 +0800 Subject: [PATCH] Fix KG circle. (#4823) ### What problem does this PR solve? #4760 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- api/db/services/document_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/db/services/document_service.py b/api/db/services/document_service.py index 54d55def6..58cb35124 100644 --- a/api/db/services/document_service.py +++ b/api/db/services/document_service.py @@ -378,7 +378,7 @@ class DocumentService(CommonService): def update_progress(cls): MSG = { "raptor": "Start RAPTOR (Recursive Abstractive Processing for Tree-Organized Retrieval).", - "graphrag": "Start Graph Extraction", + "graphrag": "Entities extraction progress", "graph_resolution": "Start Graph Resolution", "graph_community": "Start Graph Community Reports Generation" }