Turbovec – Google's TurboQuant for vector search in Rust
- AI
- Search
- Developer Tools
- Open Source
The repo packages Google’s TurboQuant paper into a Rust library for approximate nearest neighbor vector search. The appeal is straightforward: much smaller indexes, fast enough search, and operations like deletion that look usable at production scale. That is why people immediately jumped to local and privacy-first search, browser-side experiments, and developer workflows where a 4 GB index for 10 million documents changes what you can test on a laptop.
If you run semantic search on-device or under tight memory budgets, this is worth evaluating now as a compression layer rather than treating it as a drop-in “best ANN index” winner. Benchmark it against your current stack, especially smaller embeddings and products like Qdrant, because the main value here is size efficiency, not universal speed leadership.
-
github.com
- Discuss on HN