yangdx
commited on
Commit
·
39cdd9b
1
Parent(s):
edd111e
Change empty pipeline job name
Browse files
lightrag/kg/shared_storage.py
CHANGED
@@ -377,7 +377,7 @@ async def initialize_pipeline_status():
|
|
377 |
{
|
378 |
"autoscanned": False, # Auto-scan started
|
379 |
"busy": False, # Control concurrent processes
|
380 |
-
"job_name": "
|
381 |
"job_start": None, # Job start time
|
382 |
"docs": 0, # Total number of documents to be indexed
|
383 |
"batchs": 0, # Number of batches for processing documents
|
|
|
377 |
{
|
378 |
"autoscanned": False, # Auto-scan started
|
379 |
"busy": False, # Control concurrent processes
|
380 |
+
"job_name": "-", # Current job name (indexing files/indexing texts)
|
381 |
"job_start": None, # Job start time
|
382 |
"docs": 0, # Total number of documents to be indexed
|
383 |
"batchs": 0, # Number of batches for processing documents
|