mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
fix: /api/v1/retrieval/query/collection endpoint
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user