From 53ab5e015c2e55c0b82740fce1bb63271277d67f Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 30 Mar 2025 15:25:04 +0800 Subject: [PATCH] remove check_storage_env_vars from lightrag.py --- lightrag/lightrag.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lightrag/lightrag.py b/lightrag/lightrag.py index 0797ec2f..62e1b279 100644 --- a/lightrag/lightrag.py +++ b/lightrag/lightrag.py @@ -13,7 +13,6 @@ import pandas as pd from lightrag.kg import ( - STORAGE_ENV_REQUIREMENTS, STORAGES, verify_storage_implementation, ) @@ -1588,7 +1587,7 @@ class LightRAG: logger.debug(f"Found {len(chunk_ids)} chunks to delete") # TODO: self.entities_vdb.client_storage only works for local storage, need to fix this - + # 3. Before deleting, check the related entities and relationships for these chunks for chunk_id in chunk_ids: # Check entities