
Computes the cosine similarity between two Embedding vectors and emits either the raw Double score or a Bool match decision once the score clears the configurable threshold.
Compare two embedding vectors and route on the match decision through a conditional branch.
Compare two embeddings and publish the raw similarity score as JSON for logging or thresholding downstream.
Double arm emits the cosine score, a Bool arm emits the threshold decision.Embedding inputs must share the same dimensionality; mismatched vector shapes cannot be compared.Automated release