Files
mnote/LightRAG/lightrag/__init__.py
T

6 lines
165 B
Python
Raw Normal View History

2025-11-23 10:55:04 +08:00
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.4.9.9"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"