diff --git a/api/db/services/document_service.py b/api/db/services/document_service.py index 4c59271ec..70b24b8a0 100644 --- a/api/db/services/document_service.py +++ b/api/db/services/document_service.py @@ -382,9 +382,9 @@ class DocumentService(CommonService): def update_progress(cls): MSG = { "raptor": "Start RAPTOR (Recursive Abstractive Processing for Tree-Organized Retrieval).", - "graphrag": "Entities extraction progress", - "graph_resolution": "Start Graph Resolution", - "graph_community": "Start Graph Community Reports Generation" + "graphrag": "Entities", + "graph_resolution": "Resolution", + "graph_community": "Communities" } docs = cls.get_unfinished_docs() for d in docs: