mirror of
https://github.com/hhy-huang/HiRAG.git
synced 2025-09-16 23:52:00 +03:00
fix: add missing dependence and pypi info
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user