mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-06-26 22:00:19 +00:00
6 lines
164 B
Python
6 lines
164 B
Python
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
|
|
|
|
__version__ = "1.3.10"
|
|
__author__ = "Zirui Guo"
|
|
__url__ = "https://github.com/HKUDS/LightRAG"
|