mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-02 02:40:00 +00:00
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
@ -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…
x
Reference in New Issue
Block a user