This commit is contained in:
LarFii
2024-10-10 15:02:30 +08:00
parent 130f7f391f
commit 3746eabf06
9 changed files with 2318 additions and 0 deletions

5
lightrag/__init__.py Normal file
View File

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