From 0f12b400e4e3feedc20e7329f009686717d66134 Mon Sep 17 00:00:00 2001 From: ArnoChen Date: Fri, 14 Feb 2025 02:50:11 +0800 Subject: [PATCH] disabled check_storage_env_vars because the configurations of many backends can be read from the configuration file instead of environment variables. --- lightrag/lightrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/lightrag.py b/lightrag/lightrag.py index 00c8fbbe..6db6e752 100644 --- a/lightrag/lightrag.py +++ b/lightrag/lightrag.py @@ -426,7 +426,7 @@ class LightRAG: # Verify storage implementation compatibility self.verify_storage_implementation(storage_type, storage_name) # Check environment variables - self.check_storage_env_vars(storage_name) + # self.check_storage_env_vars(storage_name) # Ensure vector_db_storage_cls_kwargs has required fields default_vector_db_kwargs = {