Weaviate · Schema

C11yVector

A vector representation of the object in the Contextionary. If provided at object creation, this wil take precedence over any vectorizer setting.

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

weaviate-c11y-vector-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-c11y-vector-schema.json",
  "title": "C11yVector",
  "description": "A vector representation of the object in the Contextionary. If provided at object creation, this wil take precedence over any vectorizer setting.",
  "type": "array",
  "items": {
    "type": "number",
    "format": "float"
  }
}