Keep the graph.
Drop the vectors.
Up to 95% less storage at scale. Recall on par with full-precision vector indexes. Hot-swappable models without re-indexing. GraphANN™ keeps a navigable graph of your knowledge base and recomputes the vectors on demand for the small fraction of documents visited per query, so embeddings are never persisted.
Vector storage is a tax
you didn't sign up for.
Modern embedding models produce high-dimensional vectors, at 1024, 1536, even 3072 dimensions at full precision. A single billion-document index can consume multiple terabytes of disk before you've added a single byte of source content. Switch models, re-embed everything. Pay your cloud provider. Repeat.
- ~80% of disk in a typical vector deployment is the embedding payload (at dim ≥ 768; lower dims skew this). At scale that's five figures per year before replicas and snapshots.
- ~3-7× hardware footprint after accounting for RAID, backups, replicas, snapshots.
- Every model upgrade is an index rebuild. Days of compute. Hours of downtime.
Embeddings are derived data.
Treat them like a cache.
You don't have to store the embeddings. They can always be regenerated from the source text with the same model. Store the graph and the source text. Recompute the rest on demand.
Graph traversal is sub-linear. Only a small fraction of the knowledge base is visited per query. With a typical embedding model, recomputing those embeddings takes single-digit milliseconds. That's cheaper than streaming gigabytes of vectors off disk.
Source text (compressed) and the graph topology. No raw embeddings persist anywhere.
Switch embedding models via a background re-embedding job that preserves external IDs and serves live traffic throughout. The index is rebuilt online without downtime.
Multi-level beam: approximate at scale, exact re-ranking with on-the-fly embeddings on the candidates. Recall on par with full-precision vector indexes.
Up to 95%+ less storage at scale.
Recall on par with full-precision vector indexes.
- Embeddings on disk
- Graph on disk
- Source text on disk
- Re-embed on model swap
Embeddings on disk- Graph on disk
- Source text: zstd compressed
- Hot-swap models without rebuild
* Storage figure: recompute mode, source text zstd-compressed, dim 768 embedding model. Per-mode breakdown is available on request.
Built for operators.
A vector database that earns its keep on every dimension your operations team cares about: isolation, replication, observability, and predictable upgrades.
Ready to drop
the vectors?
GraphANN™ is in private beta. Request a sandbox cluster, sizing guidance, or a technical walkthrough, we'll get back to you with onboarding support within one business day.