{
  "slug": "upstash-vector",
  "name": "Upstash Vector",
  "url": "https://upstash.com/docs/vector",
  "cat": "search",
  "group": "back",
  "tagline": "Serverless vector DB, per request",
  "price": "Free: 10K queries/updates per day, 1GB storage, 1,536 max dimensions, 100 namespaces. Pay-as-you-go $0.40 per 100K requests + $0.25/GB storage, 50GB cap. Fixed $60/mo for 1M requests/day. Enterprise custom.",
  "tier": "mixed",
  "pick": false,
  "what": "An HTTP-first vector database billed per request, with no cluster to provision and true scale-to-zero. Because it speaks REST rather than a persistent socket, it works from edge runtimes and serverless functions where connection pooling is painful. Hosted embedding models let you upsert raw text.",
  "why": "The right shape for a hobby project that sits idle for weeks — you pay nothing while nothing happens. Calls work directly from Cloudflare Workers and Vercel Edge functions.",
  "warn": "The free tier caps vectors at <b>1,536 dimensions</b>, so larger embedding models force a paid plan. Per-request billing punishes chatty multi-query retrieval loops.",
  "install": "npm i @upstash/vector",
  "category": {
    "key": "search",
    "name": "Search, vector & RAG",
    "desc": "Keyword search, vector stores, and web-search APIs for agents — three different things.",
    "group": "back",
    "groupName": "Give it a backend"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://upstash.com/docs/vector/overall/getstarted",
    "checked_at": "2026-08-18T18:09:22.039+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}