LightRAG/lightrag/kg
yangdx 0ac858d3e2 fix(postgres): allow vchordrq.epsilon config when probes is empty
Previously, configure_vchordrq would fail silently when probes was empty
(the default), preventing epsilon from being configured. Now each parameter
is handled independently with conditional execution, and configuration
errors fail-fast instead of being swallowed.

This fixes the documented epsilon setting being impossible to use in the
default configuration.

(cherry picked from commit 3096f844fb)
2025-12-04 19:09:06 +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 Standardize empty workspace handling from "_" to "" across storage 2025-12-04 19:09:05 +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 Standardize empty workspace handling from "_" to "" across storage 2025-12-04 19:09:05 +08:00
json_kv_impl.py Standardize empty workspace handling from "_" to "" across storage 2025-12-04 19:09:05 +08:00
memgraph_impl.py Refactor exception handling in MemgraphStorage label methods 2025-12-04 19:09:04 +08:00
milvus_impl.py Standardize empty workspace handling from "_" to "" across storage 2025-12-04 19:09:05 +08:00
mongo_impl.py Standardize empty workspace handling from "_" to "" across storage 2025-12-04 19:09:05 +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 Refactor storage classes to use namespace instead of final_namespace 2025-12-04 19:09:06 +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 Refactor storage classes to use namespace instead of final_namespace 2025-12-04 19:09:06 +08:00
postgres_impl.py fix(postgres): allow vchordrq.epsilon config when probes is empty 2025-12-04 19:09:06 +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 Standardize empty workspace handling from "_" to "" across storage 2025-12-04 19:09:05 +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 Refactor namespace lock to support reusable async context manager 2025-12-04 19:09:05 +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