LightRAG/lightrag
yangdx ed46d375fb Auto-initialize pipeline status in LightRAG.initialize_storages()
• Remove manual initialize_pipeline_status calls
• Auto-init in initialize_storages method
• Update error messages for clarity
• Warn on workspace conflicts

(cherry picked from commit e22ac52ebc)
2025-12-04 19:09:05 +08:00
..
api Auto-initialize pipeline status in LightRAG.initialize_storages() 2025-12-04 19:09:05 +08:00
evaluation Restructure semaphore control to manage entire evaluation pipeline 2025-12-04 19:09:02 +08:00
kg Standardize empty workspace handling from "_" to "" across storage 2025-12-04 19:09:05 +08:00
llm Add offline deployment support with cache management and layered deps 2025-12-04 19:07:09 +08:00
models tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
services tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
tools Improve LightRAG initialization checker tool with better usage docs 2025-12-04 19:09:05 +08:00
__init__.py Bump core version to 1.4.9.1 2025-09-28 15:25:02 +08:00
base.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
constants.py Fix logging message formatting 2025-12-04 19:08:46 +08:00
exceptions.py Auto-initialize pipeline status in LightRAG.initialize_storages() 2025-12-04 19:09:05 +08:00
lightrag.py Auto-initialize pipeline status in LightRAG.initialize_storages() 2025-12-04 19:09:05 +08:00
namespace.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
operate.py Resolve lock leakage issue during user cancellation handling 2025-12-04 19:09:01 +08:00
prompt.py Improve prompt clarity by standardizing terminology and formatting 2025-09-28 13:31:55 +08:00
rerank.py fix: Resolve default rerank config problem when env var missing 2025-08-23 01:07:59 +08:00
security.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
tenant_rag_manager.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
types.py
utils.py Optimize JSON write with fast/slow path to reduce memory usage 2025-12-04 19:09:04 +08:00
utils_context.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
utils_graph.py Improve entity merge logging by removing redundant message and fixing typo 2025-12-04 19:09:02 +08:00