INTEGRITY Cloudflare Docs

Store and retrieve context

AI applications need specialized storage for vector embeddings, conversation history, training data, and cached responses. Cloudflare Vectorize stores and queries embeddings for Retrieval Augmented Generation (RAG), D1 provides SQL storage for structured data, R2 stores documents and assets, and KV caches frequent responses at the edge.

Solutions

Vectorize

Vector database for storing and querying embeddings. Learn more about Vectorize.

D1

Serverless SQL database built on SQLite, with global read replication. Learn more about D1.

R2

S3-compatible object storage with zero egress fees. Learn more about R2.

KV

Globally distributed key-value storage for low-latency reads. Learn more about KV.

Get started

  1. Vectorize get started
  2. D1 get started
  3. R2 get started