Fusion

data class Fusion(val algorithm: FusionAlgorithm, val rrfK: Int? = null, val rrfWeights: List<Float>? = null) : QueryInterface

Fuse the rankings of several Prefetch sources — the basis of hybrid search. Build it with rrf (Reciprocal Rank Fusion, optionally parameterized) or dbsf.

Constructors

Link copied to clipboard
constructor(algorithm: FusionAlgorithm, rrfK: Int? = null, rrfWeights: List<Float>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val rrfK: Int?
Link copied to clipboard