LightRAG/lightrag/__init__.py

6 lines
163 B
Python
Raw Normal View History

from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
2024-10-10 15:02:30 +08:00
2025-05-18 07:20:00 +08:00
__version__ = "1.3.8"
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"