Skip to content

Commit 1bbc7e8

Browse files
committed
feat(multi-search): add rerank_hybrid_searches parameter to multisearch
1 parent 0325b7d commit 1bbc7e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/typesense/types/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ class MultiSearchParameters(SearchParameters):
569569
"""
570570

571571
collection: str
572+
rerank_hybrid_matches: typing.NotRequired[bool]
572573

573574

574575
class MultiSearchCommonParameters(

0 commit comments

Comments
 (0)