The function produces a table with the distances between the target and reference vectors.
Column | Data Type | Description |
---|---|---|
Target_ID | BIGINT | Specified target table column name. |
Reference_ID | BIGINT | Specified reference vector. |
DistanceType | VARCHAR | Distance measure type. Possible values are { cosine, euclidean, manhattan}. |
Distance | DOUBLE PRECISION | The distance between the target and the reference vectors. |