LightRAG/lightrag/kg/__init__.py

6 lines
163 B
Python
Raw Normal View History

2024-10-26 19:29:45 -04:00
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "0.0.7"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"