AI/ vector search · rag · machine learning · research

One Bit Is Often Enough for Vector Search

A new paper unifies vector search into one framework and shows that one-bit compression matches full-precision recall for most modern embeddings.

New research proposes a single analytical framework for approximate nearest-neighbor search and finds that one-bit compression can match full-precision retrieval quality in most tested cases.

A paper posted to arXiv consolidates what its authors describe as communities "that seldom read one another" — researchers in hashing, quantization, and retrieval-augmented generation — under one lens they call projection-quantization-organization. The team also released an open benchmark, BitBudget, to validate the framework's predictions. The headline result: a one-bit code paired with full-precision re-ranking matched uncompressed retrieval quality for six of seven embedding models tested, at one thirty-second the memory footprint. A separate finding showed supervised eight-byte codes more than doubling the retrieval quality of two-kilobyte task-agnostic float representations.

Vector databases have become a genuine cost center for teams running RAG pipelines at scale — embeddings are dense, indexes grow fast, and storage bills compound with data volume. If these compression ratios hold outside the lab, the practical payoff is real: smaller indexes, faster search, and meaningfully lower infrastructure spend. The finding that binary codes can outperform inverted-file product quantizers at a matched byte budget also challenges a design assumption that has guided vector search tooling for years.

The caveat: this is a preprint, and one benchmark — however reproducible — does not settle a field. The real test is whether BitBudget's results survive contact with production-scale corpora.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →