mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: /api/v1/retrieval/query/collection endpoint
This commit is contained in:
parent
c9f983f644
commit
4461122a0e
1 changed files with 1 additions and 0 deletions
|
|
@ -1835,6 +1835,7 @@ class QueryCollectionsForm(BaseModel):
|
|||
k_reranker: Optional[int] = None
|
||||
r: Optional[float] = None
|
||||
hybrid: Optional[bool] = None
|
||||
hybrid_bm25_weight: Optional[float] = None
|
||||
|
||||
|
||||
@router.post("/query/collection")
|
||||
|
|
|
|||
Loading…
Reference in a new issue