DEFAULT_THRESHOLD

const val DEFAULT_THRESHOLD: Double = 0.95

Conservative by design.

The right value depends on your embedding model — the same pair of prompts scores 0.86 with one and 0.94 with another, so no library default can be correct for everyone. This one errs toward missing rather than toward serving the wrong answer. Measure yours with dev.kmemo.calibration.ThresholdCalibrator.