cosine
@forge/monorepo / backend/src / cosine
Function: cosine()
cosine(
a,b):number
Defined in: backend/src/knowledge/graph-retrieval.ts:184
Cosine similarity. Vectors from one provider share a dimension, and a mismatch is a bug worth surfacing.
Parameters
a
readonly number[]
b
readonly number[]
Returns
number