VBase is a managed vector database for RAG, semantic search, recommendations, and agentic memory. Provision in a second, run hybrid queries with metadata filters, snapshot on a schedule — all behind a single endpoint and a drop-in client.
K8s clusters. Backup scripts. HA replicas. Tenant isolation. Six weeks of ops.
Serverless vector collections you can provision in a second, the enterprise operations you expected to build yourself, and a drop-in client for the tools you already use.
`CreateCluster` for dedicated (~48s), `AllocateDatabase` for shared (~1s). Both hand back a pymilvus-ready endpoint and a bearer token.
Create collections, build indexes (AUTOINDEX / IVF_FLAT / HNSW), and insert vectors via standard pymilvus — no custom SDK, no lock-in.
Dense, sparse, hybrid, or metadata-filtered — every query shape you expect from a production vector DB. The engine handles scaling under load; you just send the request.
Policy-driven backups with cron schedules and retention counts. Restore to the same or a new cluster with a single call. Nothing to configure on-cluster.
Drop-in client compatibility means no SDK rewrites. The operational surface — clusters, backups, scaling — lives behind a small REST/gRPC API.
Provision contrasts dedicated vs shared with simulated log streams so you can feel the provisioning time difference. Query lets you click a live 2D vector space to see top-K nearest neighbours and their distances. Collection is a tuner — dimension, index type, metric — that generates the exact pymilvus call you'd paste into a notebook.
dodil-vbase proto.