From 922fc914be6f48e1b7bceda2694ed294bcb5cf10 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 26 Mar 2025 17:48:00 +0800 Subject: [PATCH] Change empty pipeline job name --- lightrag/kg/shared_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/kg/shared_storage.py b/lightrag/kg/shared_storage.py index 4bdbce99..1ba73812 100644 --- a/lightrag/kg/shared_storage.py +++ b/lightrag/kg/shared_storage.py @@ -377,7 +377,7 @@ async def initialize_pipeline_status(): { "autoscanned": False, # Auto-scan started "busy": False, # Control concurrent processes - "job_name": "Default Job", # Current job name (indexing files/indexing texts) + "job_name": "-", # Current job name (indexing files/indexing texts) "job_start": None, # Job start time "docs": 0, # Total number of documents to be indexed "batchs": 0, # Number of batches for processing documents