LightRAG/lightrag/__init__.py

6 lines
164 B
Python
Raw Permalink Normal View History

from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
2024-10-10 15:02:30 +08:00
2025-06-25 12:39:57 +08:00
__version__ = "1.3.10"
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"