'commit'
This commit is contained in:
@@ -102,15 +102,6 @@ async def main():
|
|||||||
base_url=Config.Config.EMBED_BASE_URL,
|
base_url=Config.Config.EMBED_BASE_URL,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
# from functools import partial
|
|
||||||
# from lightrag.rerank import cohere_rerank
|
|
||||||
# rerank_model_func = partial(
|
|
||||||
# cohere_rerank,
|
|
||||||
# model=Config.Config.RERANK_MODEL,
|
|
||||||
# api_key=Config.Config.RERANK_BINDING_API_KEY,
|
|
||||||
# base_url=Config.Config.RERANK_BASE_URL,
|
|
||||||
# )
|
|
||||||
|
|
||||||
# 初始化 RAGAnything
|
# 初始化 RAGAnything
|
||||||
rag = RAGAnything(
|
rag = RAGAnything(
|
||||||
config=config,
|
config=config,
|
||||||
|
Reference in New Issue
Block a user