We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rerank_hybrid_matches
1 parent 9963d6c commit df256ebCopy full SHA for df256eb
openapi.yml
@@ -3734,6 +3734,14 @@ components:
3734
for them
3735
type: string
3736
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
+
3745
pre_segmented_query:
3746
description: >
3747
You can index content from any logographic language into Typesense if you
0 commit comments