Skip to content

Commit 31fe36a

Browse files
committed
v28: add rerank_hybrid_matches parameter to MultiSearchCollectionParameters
1 parent 84e0939 commit 31fe36a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,6 +3271,13 @@ components:
32713271
x-typesense-api-key:
32723272
type: string
32733273
description: A separate search API key for each search within a multi_search request
3274+
rerank_hybrid_matches:
3275+
type: boolean
3276+
description: >
3277+
When true, computes both text match and vector distance scores for all matches in hybrid search.
3278+
Documents found only through keyword search will get a vector distance score, and
3279+
documents found only through vector search will get a text match score.
3280+
default: false
32743281
FacetCounts:
32753282
type: object
32763283
properties:

0 commit comments

Comments
 (0)