fix: add missing dependence and pypi info

This commit is contained in:
Zhenyu Pan
2025-03-15 17:08:27 +08:00
parent d5ff164818
commit 13329c9752
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -21,3 +21,4 @@ tqdm==4.66.5
transformers==4.47.1
umap_learn==0.5.6
xxhash==3.5.0
future==1.0.0