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, dotproduct, Minkowski}. |
| Distance or Similarity |
DOUBLE PRECISION | The distance or similarity between the target and the reference vectors. |