LightRAG/lightrag/__init__.py
ArnoChen eb77af8e7d Reapply "Integrated the GraphML Visualizer as an optional component of LightRAG"
This reverts commit b2bc7770fd9d1f55dfec8e06b646bda3ecd609ea.
2025-02-05 02:33:26 +08:00

6 lines
163 B
Python

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