vectorize_index-dimensions

Specifies the number of dimensions for the index

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-dimensions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vectorize_index-dimensions",
  "title": "vectorize_index-dimensions",
  "description": "Specifies the number of dimensions for the index",
  "example": 768,
  "maximum": 1536,
  "minimum": 1,
  "type": "integer"
}