Cloudflare Vectorize

Cloudflare Vectorize, the globally distributed vector database for semantic search, RAG, and AI applications on Workers. Covers index creation with fixed dimensions and distance metric (cosine, euclidean, dot-product), insert/upsert/query/delete/list vector operations, metadata and namespace filtering, topK search, document chunking and batch ingestion pipelines, and embedding generation via Workers AI (@cf/baai/bge-base-en-v1.5) or OpenAI (text- embedding-3-small/large). Use when creating a Vectorize index, wiring a vectorize binding, inserting embeddings, building a RAG or semantic search pipeline, running wrangler vectorize commands, or debugging metadata index timing errors, dimension mismatches, filter syntax problems, or insert vs upsert confusion.

jackspace Updated

File contents

jackspace/ClaudeSkillz/tree/main/skills/cloudflare-vectorize commit 510f72d554

Frequently asked questions

npx skillmds@latest add jackspace/cloudflare-vectorize