5 lines
137 B
Python
5 lines
137 B
Python
from .lightrag import LightRAG, QueryParam
|
|
|
|
__version__ = "0.0.4"
|
|
__author__ = "Zirui Guo"
|
|
__url__ = "https://github.com/HKUDS/LightRAG"
|