Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
VectorEmbeddingDistanceFunction enum
- Package:
- @azure/cosmos
Represents the distance function to use for distance calculation in between vectors.
Fields
| Cosine | Represents cosine distance function. |
| DotProduct | Represents dot product distance function. |
| Euclidean | Represents euclidean distance function. |
