vectorize_index-preset

Specifies the preset to use for the index.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-preset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vectorize_index-preset",
  "title": "vectorize_index-preset",
  "description": "Specifies the preset to use for the index.",
  "enum": [
    "@cf/baai/bge-small-en-v1.5",
    "@cf/baai/bge-base-en-v1.5",
    "@cf/baai/bge-large-en-v1.5",
    "openai/text-embedding-ada-002",
    "cohere/embed-multilingual-v2.0"
  ],
  "example": "@cf/baai/bge-small-en-v1.5",
  "type": "string"
}