979853c
1
2
3
4
5
6
from ._version import __version__ as __version__ from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam __author__ = "Zirui Guo" __url__ = "https://github.com/HKUDS/LightRAG"