LightRAG/lightrag/__init__.py

6 lines
138 B
Python
Raw Normal View History

2024-10-10 15:02:30 +08:00
from .lightrag import LightRAG, QueryParam
__version__ = "0.0.2"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/GraphEdit"