Specifies the type of metric to use calculating distance.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/vectorize_index-metric", "title": "vectorize_index-metric", "description": "Specifies the type of metric to use calculating distance.", "enum": [ "cosine", "euclidean", "dot-product" ], "type": "string" }