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-01-25 14:53:37 +08:00
__version__ = "1.1.4"
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"