This commit is contained in:
LarFii
2024-10-10 14:58:21 +08:00
parent 74c2f04146
commit 0c2640f4e2
6 changed files with 785 additions and 2 deletions

View File

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