Linear Combination Reranker
Note: This reranker is deprecated. Use the RRFReranker if you need a score-based reranker.
The Linear Combination Reranker combines the results of semantic and full-text search using a linear combination of the scores. The weights for the linear combination can be specified, and defaults to 0.7, i.e, 70% weight for semantic search and 30% weight for full-text search.
Note: Supported query type – Hybrid search only.
Accepted Arguments
weight must be between 0 and 1. If either the vector or FTS side returns no rows, the reranker
returns the non-empty side with _relevance_score attached rather than failing.