LightRAG/lightrag
yangdx b109f57ddd Refactor async call limiting to use asyncio.Semaphore for better performance.
- Replace custom counter with asyncio.Semaphore
- The existing implementation cannot follow the FIFO order
2025-02-01 10:36:25 +08:00
..
api Update sample env file and documentation 2025-01-29 23:45:20 +08:00
kg Add lock to protect file write operations in NanoVectorDBStorage 2025-02-01 10:36:25 +08:00
llm Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
__init__.py Update __init__.py 2025-01-25 14:53:37 +08:00
base.py Add RAG configuration options and enhance parameter configurability 2025-01-29 21:34:34 +08:00
exceptions.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
lightrag.py Revert "Refactor embedding functions and add async query limit" 2025-02-01 10:36:25 +08:00
llm.py Separated llms from the main llm.py file and fixed some deprication bugs 2025-01-25 00:11:00 +01:00
operate.py Fix linting 2025-02-01 10:36:25 +08:00
prompt.py Fix typo in prompt 2025-02-01 10:36:25 +08:00
types.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
utils.py Refactor async call limiting to use asyncio.Semaphore for better performance. 2025-02-01 10:36:25 +08:00