Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down