LightRAG/lightrag
yangdx f58c8276bc fix: correct retry_if_exception_type usage and improve async iterator resource management
- Corrects the syntax of retry_if_exception_type decorators to ensure proper exception handling and retry behavior
- Implements proper resource cleanup for async iterators to prevent memory leaks and potential SIGSEGV errors
2025-04-29 17:43:27 +08:00
..
api Update webui assets 2025-04-29 02:37:50 +08:00
kg Optimize log messages 2025-04-29 13:45:06 +08:00
llm fix: correct retry_if_exception_type usage and improve async iterator resource management 2025-04-29 17:43:27 +08:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Bump core version to 1.3.6 2025-04-29 00:14:00 +08:00
base.py Fix linting 2025-04-15 12:34:04 +08:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Enhance the function's robustness 2025-04-28 22:52:31 +08:00
llm.py improved typing 2025-02-15 22:37:12 +01:00
namespace.py improved typing 2025-02-15 22:37:12 +01:00
operate.py Enable graph_db_lock log 2025-04-28 23:21:07 +08:00
prompt.py Update prompt.py 2025-04-21 16:04:19 +08:00
types.py Add is_truncated to graph query for NetworkX graph db 2025-04-02 22:12:20 +08:00
utils.py Enhance the robustness of concurrency control and scheduling logic 2025-04-29 13:38:11 +08:00
utils_graph.py Fix file_path missing in acreate_entity and acreate_relation 2025-04-26 22:15:54 +08:00