disabled check_storage_env_vars
because the configurations of many backends can be read from the configuration file instead of environment variables.
This commit is contained in:
parent
637e7efa83
commit
0f12b400e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue