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(
embedding_function,
k: int,
reranking_function,
r: int,
r: float,
):
try:
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