LightRAG/lightrag
Alex Z d0d246bef8 Fix 'TOO MANY OPEN FILE' problem while using redis vector DB:
Enhance RedisKVStorage: Implement connection pooling and error handling. Refactor async methods to use context managers for Redis operations, improving resource management and error logging. Batch processing added for key operations to optimize performance.
2025-04-02 21:06:49 -07:00
..
api Remove the comments at the end of the environment variable lines in .env file 2025-03-29 13:52:29 +08:00
kg Fix 'TOO MANY OPEN FILE' problem while using redis vector DB: 2025-04-02 21:06:49 -07:00
llm Fix linting 2025-03-28 21:43:47 +08:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Bump core version to 1.3.1 2025-03-29 01:16:46 +08:00
base.py standardize .env loading behavior across modules 2025-03-29 03:48:38 +08:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py standardize .env loading behavior across modules 2025-03-29 03:48:38 +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 Fix 'TOO MANY OPEN FILE' problem while using redis vector DB: 2025-04-02 21:06:49 -07:00
prompt.py fix citation 2025-03-28 13:30:24 +08:00
types.py fixed lint 2025-02-16 12:45:27 +01:00
utils.py feat(TokenTracker): Add context manager support to simplify token tracking 2025-03-30 00:59:23 +08:00