"...git@developer.sourcefind.cn:jerrrrry/infinicore.git" did not exist on "b82153fe13251474cb2c3278b8da2db1f8068f10"
Commit fffd283b authored by tabacoWang's avatar tabacoWang
Browse files

fix:

fix: Change the type from int to float
parent 68cfcced
...@@ -53,7 +53,7 @@ def query_doc_with_hybrid_search( ...@@ -53,7 +53,7 @@ def query_doc_with_hybrid_search(
embedding_function, embedding_function,
k: int, k: int,
reranking_function, reranking_function,
r: int, r: float,
): ):
try: try:
collection = CHROMA_CLIENT.get_collection(name=collection_name) collection = CHROMA_CLIENT.get_collection(name=collection_name)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment