Browse Source

fix: /api/v1/retrieval/query/collection endpoint

Timothy Jaeryang Baek 1 month ago
parent
commit
4461122a0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backend/open_webui/routers/retrieval.py

+ 1 - 0
backend/open_webui/routers/retrieval.py

@@ -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")