ThresholdCalibrator

constructor(embedder: Embedder, guards: List<MatchGuard> = MatchGuards.standard())

Parameters

embedder

the model you intend to cache with — results do not transfer between models.

guards

the guards you intend to run. Pass MatchGuards.none to measure the similarity-only baseline and see what the guards are buying you.