Module: Google::Cloud::VectorSearch::V1::DistanceMetric
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/common.rb
Overview
Distance metric for vector search.
Constant Summary collapse
- DISTANCE_METRIC_UNSPECIFIED =
Default value, distance metric is not specified.
0- DOT_PRODUCT =
Dot product distance metric.
1- COSINE_DISTANCE =
Cosine distance metric.
2