mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-14 00:05:57 +08:00
fix: /api/v1/retrieval/query/collection endpoint
This commit is contained in:
parent
c9f983f644
commit
4461122a0e
@ -1835,6 +1835,7 @@ class QueryCollectionsForm(BaseModel):
|
|||||||
k_reranker: Optional[int] = None
|
k_reranker: Optional[int] = None
|
||||||
r: Optional[float] = None
|
r: Optional[float] = None
|
||||||
hybrid: Optional[bool] = None
|
hybrid: Optional[bool] = None
|
||||||
|
hybrid_bm25_weight: Optional[float] = None
|
||||||
|
|
||||||
|
|
||||||
@router.post("/query/collection")
|
@router.post("/query/collection")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user