The function produces a table with the distances between the target and reference vectors.
Column | Data Type | Description |
---|---|---|
Target_ID | BIGINT | The specified target table column name. |
Reference_ID | BIGINT | The specified reference vector. |
DistanceType | VARCHAR | The specified distance type. |
Distance | FLOAT | The distance between the target and the reference vectors. |