Pinecone · Schema

VectorType

Indicates whether this is a 'dense' or 'sparse' embedding.

Vector DatabasesAIEmbeddingsRAG
View JSON Schema on GitHub

JSON Schema

pinecone-vectortype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VectorType",
  "title": "VectorType",
  "description": "Indicates whether this is a 'dense' or 'sparse' embedding.",
  "type": "string"
}