fix cache bug

This commit is contained in:
LarFii
2024-11-14 15:59:37 +08:00
parent cfd5c4c3e8
commit f8b15df74c
3 changed files with 31 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.0.0"
__version__ = "1.0.1"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"