LightRAG/lightrag/__init__.py

6 lines
138 B
Python
Raw Normal View History

2024-10-08 10:38:50 +08:00
from .lightrag import LightRAG, QueryParam
2024-10-10 12:09:24 +08:00
__version__ = "0.0.2"
2024-10-08 10:38:50 +08:00
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/GraphEdit"