lightrag-comments/lightrag/__init__.py

6 lines
163 B
Python
Raw Permalink Normal View History

from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.0.0"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"