Skip to content

Commit df256eb

Browse files
committed
feat: add rerank_hybrid_matches to single search params
1 parent 9963d6c commit df256eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,6 +3734,14 @@ components:
37343734
for them
37353735
type: string
37363736

3737+
rerank_hybrid_matches:
3738+
type: boolean
3739+
description: >
3740+
When true, computes both text match and vector distance scores for all matches in hybrid search.
3741+
Documents found only through keyword search will get a vector distance score, and
3742+
documents found only through vector search will get a text match score.
3743+
default: false
3744+
37373745
pre_segmented_query:
37383746
description: >
37393747
You can index content from any logographic language into Typesense if you

0 commit comments

Comments
 (0)