Pinecone · Schema

ModelInfoSupportedMetrics

The distance metrics supported by the model for similarity search.

Vector DatabasesAIEmbeddingsRAG
View JSON Schema on GitHub

JSON Schema

pinecone-modelinfosupportedmetrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelInfoSupportedMetrics",
  "title": "ModelInfoSupportedMetrics",
  "description": "The distance metrics supported by the model for similarity search.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ModelInfoMetric"
  }
}