Weaviate · Schema

Vectors

A map of named vectors for multi-vector representations.

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

weaviate-vectors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-vectors-schema.json",
  "title": "Vectors",
  "description": "A map of named vectors for multi-vector representations.",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/Vector"
  }
}