Specifies the preset to use for the index.
{ "$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" }