LightRAG/lightrag/kg
yangdx 5a5e583b9c Improve storage config validation and add config.ini fallback support
• Add MongoDB env requirements
• Support config.ini fallback
• Warn on missing env vars
• Check available storage count
• Show config source info

(cherry picked from commit 1a91bcdb5f)
2025-12-04 19:09:03 +08:00
..
deprecated Preserve ordering in get_by_ids methods across all storage implementations 2025-12-04 19:06:54 +08:00
__init__.py Improve storage config validation and add config.ini fallback support 2025-12-04 19:09:03 +08:00
faiss_impl.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
graph_tenant_support.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
json_doc_status_impl.py Preserve ordering in get_by_ids methods across all storage implementations 2025-12-04 19:06:54 +08:00
json_kv_impl.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
memgraph_impl.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
milvus_impl.py Remove enable_logging parameter from get_data_init_lock call in MilvusVectorDBStorage 2025-12-04 19:09:01 +08:00
mongo_impl.py Preserve ordering in get_by_ids methods across all storage implementations 2025-12-04 19:06:54 +08:00
mongo_tenant_support.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
nano_vector_db_impl.py Preserve ordering in get_by_ids methods across all storage implementations 2025-12-04 19:06:54 +08:00
neo4j_impl.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
networkx_impl.py Fixed typo in log message when creating new graph file 2025-12-04 19:05:35 +08:00
postgres_impl.py Optimize PostgreSQL graph queries to avoid Cypher overhead and complexity 2025-12-04 19:09:01 +08:00
postgres_rls.sql tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
postgres_tenant_support.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
qdrant_impl.py refactor: Qdrant Multi-tenancy (Include staged) 2025-12-04 19:09:01 +08:00
redis_impl.py Preserve ordering in get_by_ids methods across all storage implementations 2025-12-04 19:06:54 +08:00
redis_tenant_support.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
shared_storage.py Resolve lock leakage issue during user cancellation handling 2025-12-04 19:09:01 +08:00
vector_tenant_support.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00