lightrag / lightrag /__init__.py
LarFii's picture
Update __init__.py
54c6ae9
raw
history blame
163 Bytes
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.2.3"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"