vectorize_index-metric

Specifies the type of metric to use calculating distance.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-metric-schema.json Raw ↑
{
  "$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"
}