mirror of
https://github.com/open-webui/open-webui
synced 2025-04-18 13:25:57 +00:00
fix:
fix: Change the type from int to float
This commit is contained in:
parent
68cfccedee
commit
fffd283b0c
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user