Files
HiRAG/hirag/__init__.py
2025-03-15 17:08:27 +08:00

5 lines
133 B
Python

from .hirag import HiRAG, QueryParam
__version__ = "0.1.0"
__author__ = "Haoyu Huang"
__url__ = "https://github.com/hhy-huang/HiRAG"