use seperate module

This commit is contained in:
Ken Wiltshire
2024-10-26 19:29:45 -04:00
parent 43943e7168
commit cc45ea7310
3 changed files with 285 additions and 296 deletions

5
lightrag/kg/__init__.py Normal file
View File

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