DistanceFunction type

The distance function to use for distance calculation in between vectors.
KnownDistanceFunction can be used interchangeably with DistanceFunction, this enum contains the known values that the service supports.

Known values supported by the service

euclidean
cosine
dotproduct

type DistanceFunction = string