AI / lightrag /__init__.py
PBThuong's picture
Deploy LightRAG AI Assistant with Git LFS for binary assets and fonts
979853c
Raw
History Blame Contribute Delete
190 Bytes
from ._version import __version__ as __version__
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"