LightRAG/lightrag/__init__.py

6 lines
137 B
Python
Raw Normal View History

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