cloudflare-vectorize

Manage Cloudflare Vectorize V2 indexes for semantic search and RAG applications.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill cloudflare-vectorize-evolv3ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-vectorize
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/skills/cloudflare-vectorize
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill cloudflare-vectorize-evolv3ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies building semantic search and RAG applications by providing robust templates and clear guidance for Cloudflare Vectorize V2, preventing common errors and saving significant development time.

Core Features & Use Cases

  • Vector Index Management: Create, configure, and manage Vectorize indexes.
  • Vector Operations: Insert, upsert, query, delete, and list vectors.
  • Metadata Filtering: Implement advanced filtering with string, number, and boolean types, including range queries and nested data.
  • RAG & Semantic Search: Build AI-powered search and Q&A systems.
  • Use Case: Integrate semantic search into your documentation site to allow users to find information based on meaning, not just keywords.

Quick Start

Use the cloudflare-vectorize skill to create a new Vectorize index named 'my-index' with 768 dimensions and cosine metric.

Frequently Asked Questions about cloudflare-vectorize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build semantic search with Cloudflare Vectorize?

Build semantic search with Cloudflare Vectorize by creating vector indexes, inserting or upserting vectors, and querying data using Workers AI or OpenAI embeddings to retrieve meaning-based search results.

Can I filter vector search results by metadata in Cloudflare Workers?

Filter vector search results in Cloudflare Workers using advanced metadata filtering, which supports string, number, and boolean types, range queries, and nested data for precise retrieval.

How do I create a vector database index for RAG applications?

Create a vector database index for RAG applications by configuring a new Vectorize index with specific dimensions and a cosine metric, then ingesting your data to enable retrieval-augmented generation queries.

Why are my recently inserted vectors not showing up in Vectorize queries?

Recently inserted vectors may not appear in Vectorize queries immediately due to asynchronous mutations; data ingestion timing requires waiting for the globally distributed index to update before querying.

Does Cloudflare Vectorize support OpenAI embeddings for vector operations?

Cloudflare Vectorize supports OpenAI embeddings for vector operations, allowing you to generate vectors externally and insert, upsert, query, delete, or list them within your Workers environment.

What is the best way to manage vector index configuration errors in Cloudflare?

Manage vector index configuration errors in Cloudflare by validating your index dimensions and metric settings during creation, ensuring your embedding model output matches the index configuration exactly.