Skip to main content
Turbopuffer is a serverless vector database optimized for low-latency search at scale. It offers cost-effective vector storage with native metadata filtering.

Usage

Config

Here are the parameters available for configuring Turbopuffer:
TypeScript (Node.js) config keys are camelCase: collectionName, apiKey, region, distanceMetric, and batchSize. The TypeScript SDK infers the vector dimension from your embedder, so embeddingModelDims is not required.

Regions

Config Example