Skip to main content
Back to registry

cloudflare-vectorize

jezweb/claude-skills

Complete implementation guide for Cloudflare Vectorize - a globally distributed vector database for building semantic search, RAG (Retrieval Augmented Generation), and AI-powered applications with Cloudflare Workers.

Installs326
Install command
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-vectorize
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykWARN
About this skill
Complete implementation guide for Cloudflare Vectorize - a globally distributed vector database for building semantic search, RAG (Retrieval Augmented Generation), and AI-powered applications with Cloudflare Workers. Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base (for Worker setup), cloudflare-workers-ai (for embeddings) Latest Versions : wrangler@4.59.3, @cloudflare/workers-types@4.20260109.0 Token Savings : ~70% Errors Prevented : 14 Dev Time Saved : ~4 hours IMPORTANT : Vectorize V2 became GA in September 2024 with significant breaking changes. Performance Improvements : Breaking API Changes : Async Mutations - All mutations now asynchronous: returnMetadata Parameter - Boolean → String enum: Metadata Indexes Required Before Insert : V1 Deprecation Timeline : Wrangler Version Required : Why : Metadata indexes MUST exist before vectors are inserted. Vectors added before a metadata index was created won't be filterable on that property. wrangler.jsonc : Vectorize V2 supports advanced metadata filtering with range queries: Low Cardinality (Good for $eq filters) : High Cardinality (Avoid in range queries) : Current Limit : 1536 dimensions per vector Source : GitHub Issue #8729 Supported Embedding Models : Unsupported Models (>1536 dimensions): Workaround : Use dimensionality reduction (e.g., PCA) to compress embeddings to 1536 or...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudflare-vectorize do?

Complete implementation guide for Cloudflare Vectorize - a globally distributed vector database for building semantic search, RAG (Retrieval Augmented Generation), and AI-powered applications with Cloudflare Workers.

Is cloudflare-vectorize good?

cloudflare-vectorize does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudflare-vectorize work with?

cloudflare-vectorize currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to cloudflare-vectorize?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudflare-vectorize?

npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-vectorize

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering