From e5f6ad6c1637cc3178f7f6d5d3a3c48e11ed50fc Mon Sep 17 00:00:00 2001 From: Fanis Tharropoulos Date: Mon, 9 Feb 2026 16:57:17 +0200 Subject: [PATCH] feat: add `rerank_hybrid_matches` to single search params --- openapi.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi.yml b/openapi.yml index bb13b53..f36b0f0 100644 --- a/openapi.yml +++ b/openapi.yml @@ -3725,6 +3725,14 @@ components: for them type: string + rerank_hybrid_matches: + type: boolean + description: > + When true, computes both text match and vector distance scores for all matches in hybrid search. + Documents found only through keyword search will get a vector distance score, and + documents found only through vector search will get a text match score. + default: false + pre_segmented_query: description: > You can index content from any logographic language into Typesense if you