This commit is contained in:
Larfii
2024-10-08 10:38:50 +08:00
parent 286e5319b9
commit 44463503fd
11 changed files with 90 additions and 18 deletions

View File

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