vectorize_index-configuration

Specifies the type of configuration to use for the index.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vectorize_index-configuration",
  "title": "vectorize_index-configuration",
  "description": "Specifies the type of configuration to use for the index.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/vectorize_index-dimension-configuration"
    },
    {
      "$ref": "#/components/schemas/vectorize_index-preset-configuration"
    }
  ]
}