mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix:
fix: Change the type from int to float
This commit is contained in:
parent
68cfccedee
commit
fffd283b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue