Vector Signal Scorer
Turns the cosine similarity a VectorCandidatePairSource already computed into a signal score, without re-embedding anything.
Only speaks when the pair actually carries a proposal score — a pair proposed by a source that never runs vector similarity has nothing for this scorer to say, so it abstains.
Parameters
weight
contribution weight for this signal in the aggregated blend; defaults to 1.0.
Functions
Link copied to clipboard
open override fun score(pair: CandidatePair, contextId: <Error class: unknown class>): CollectorSignalScore?