Package-level declarations
Types
Link copied to clipboard
data class CalibrationReport(val pairCount: Int, val matchingPairs: Int, val guardVetoes: Int, val outcomes: List<ThresholdOutcome>, val recommended: ThresholdOutcome, val safest: ThresholdOutcome?, val bestF1: ThresholdOutcome)
Result of a threshold sweep.
Link copied to clipboard
data class PromptPair(val a: String, val b: String, val shouldMatch: Boolean, val label: String? = null)
Two prompts and a verdict on whether one's cached answer may serve the other.
Link copied to clipboard
Finds the similarity threshold that fits your embedding model, by measuring instead of guessing.
Link copied to clipboard