From 5f27d42fd9c8e114505f57843c23d3e8d8988a7c Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 17 Mar 2025 04:25:23 +0800 Subject: [PATCH] Update log message for in-memory DB persistence --- lightrag/lightrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/lightrag.py b/lightrag/lightrag.py index 8ea150f4..27a03e12 100644 --- a/lightrag/lightrag.py +++ b/lightrag/lightrag.py @@ -1048,7 +1048,7 @@ class LightRAG: ] await asyncio.gather(*tasks) - log_message = "All data persist to disk" + log_message = "In memory DB persist to disk" logger.info(log_message) if pipeline_status is not None and pipeline_status_lock is not None: