Qdrant · Schema

VectorStorageDatatype

Storage types for vectors

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-vectorstoragedatatype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VectorStorageDatatype",
  "title": "VectorStorageDatatype",
  "description": "Storage types for vectors",
  "type": "string",
  "enum": [
    "float32",
    "float16",
    "uint8"
  ]
}