yangdx
commited on
Commit
·
f70a04d
1
Parent(s):
dde8474
Update log message for in-memory DB persistence
Browse files- lightrag/lightrag.py +1 -1
lightrag/lightrag.py
CHANGED
@@ -1048,7 +1048,7 @@ class LightRAG:
|
|
1048 |
]
|
1049 |
await asyncio.gather(*tasks)
|
1050 |
|
1051 |
-
log_message = "
|
1052 |
logger.info(log_message)
|
1053 |
|
1054 |
if pipeline_status is not None and pipeline_status_lock is not None:
|
|
|
1048 |
]
|
1049 |
await asyncio.gather(*tasks)
|
1050 |
|
1051 |
+
log_message = "In memory DB persist to disk"
|
1052 |
logger.info(log_message)
|
1053 |
|
1054 |
if pipeline_status is not None and pipeline_status_lock is not None:
|