Skip to content

Limits

Vector deploys to Cloudflare Vectorize in your Cloudflare account. Index shape and query behavior follow Cloudflare’s platform limits.

Dimensions are fixed when the index is created.

  • Range: 11536
  • Type: integer

A single insert, upsert, or delete call accepts 1 to 1000 vector records.

Three similarity metrics are available:

MetricCode Value
Cosine similarity"cosine" (default)
Euclidean distance"euclidean"
Dot product"dot_product"
  • Metadata indexes support string, number, and boolean field types.
  • Metadata is intended for small filtering fields such as tenant, source, type, or timestamps.
  • Add metadata indexes for fields you filter frequently.

Changing dimensions or metric requires creating a new index and re-ingesting data. These values are set at creation and cannot be modified on an existing index.