mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-26 01:16:28 +00:00
6 lines
137 B
Python
6 lines
137 B
Python
from .lightrag import LightRAG, QueryParam
|
|
|
|
__version__ = "0.0.6"
|
|
__author__ = "Zirui Guo"
|
|
__url__ = "https://github.com/HKUDS/LightRAG"
|