LightRAG/lightrag
yangdx fd76e00c6a Refactor storage initialization to separate object creation from data loading
• Split __post_init__ and initialize()
• Move data loading to initialize()
• Add FastAPI lifespan integration
2025-03-01 03:48:19 +08:00
..
api Refactor storage initialization to separate object creation from data loading 2025-03-01 03:48:19 +08:00
kg Refactor storage initialization to separate object creation from data loading 2025-03-01 03:48:19 +08:00
llm fix AttributeError: 'NoneType' object has no attribute 'dim' 2025-02-24 10:28:15 +01:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Update __version__ 2025-02-21 21:34:58 +08:00
base.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
exceptions.py
lightrag.py refactor: migrate synchronous locks to async locks for improved concurrency 2025-03-01 02:22:35 +08:00
llm.py
namespace.py
operate.py Remove redundancy set_logger function and related calls 2025-02-28 21:46:45 +08:00
prompt.py cleaned code 2025-02-19 22:07:25 +01:00
types.py
utils.py Remove redundancy set_logger function and related calls 2025-02-28 21:46:45 +08:00