LightRAG/lightrag
Arjun Rao b7eae4d7c0 Use the context manager for the openai client
This avoids issues of resource cleanup (too many open files) when dealing with massively parallel calls to the openai API since RAII in python is highly unreliable in such contexts.
2025-05-08 11:42:53 +10:00
..
api Remove updated document 2025-04-30 10:26:54 +08:00
kg Allow max_connections to be configured in postgres 2025-05-08 11:00:56 +10:00
llm Use the context manager for the openai client 2025-05-08 11:42:53 +10:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Bump core api to 1.3.7 2025-04-30 10:28:04 +08:00
base.py Fix linting 2025-04-15 12:34:04 +08:00
exceptions.py
lightrag.py Enhance the function's robustness 2025-04-28 22:52:31 +08:00
llm.py
namespace.py
operate.py Optimize log messages 2025-04-29 19:02:08 +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 Optimize log messages 2025-04-30 13:53:03 +08:00
utils_graph.py Fix file_path missing in acreate_entity and acreate_relation 2025-04-26 22:15:54 +08:00