About 5,960 results
Open links in new tab
  1. GitHub - RyanCodrai/turbovec: A vector index built on TurboQuant ...

    turbovec is a Rust vector index with Python bindings, built on Google Research's TurboQuant algorithm — a data-oblivious quantizer with near-optimal distortion and no separate training phase.

  2. turbovec · PyPI

    Jun 10, 2026 · turbovec is a Rust vector index with Python bindings, built on Google Research's TurboQuant algorithm — a data-oblivious quantizer with near-optimal distortion and no separate …

  3. Google TurboVec: Compress 10M Vectors from 31GB to - explainx.ai

    Jun 8, 2026 · TurboVec is the open-source implementation of TurboQuant as a production-grade vector index, written by Ryan Codrai. It ships as both a Rust crate and a Python package, and integrates …

  4. Google shrinks AI memory from 31GB to 4GB with TurboVec, beating …

    Jun 6, 2026 · The company has released TurboVec, an open-source vector indexing library built on its TurboQuant algorithm, that can compress a vector dataset that requires 31GB of memory to roughly …

  5. turbovec : Google’s TurboQuant Makes Vector Search Smaller

    Jun 4, 2026 · What is turbovec? turbovec is an open-source vector indexing library built on top of Google’s TurboQuantresearch.

  6. Open Source Project of the Day (#90): turbovec - DEV Community

    Jun 9, 2026 · turbovec is a high-performance vector index library with a Rust core exposed through PyO3/maturin Python bindings. Its technical foundation is Google Research's TurboQuant algorithm …

  7. Meet Turbovec: A Rust Vector Index with Python Bindings, and Built …

    May 20, 2026 · turbovec is a vector index written in Rust with Python bindings. It is built on Google Research’s TurboQuant algorithm — a data-oblivious quantizer that requires zero codebook training.

  8. 10M Vectors. 4GB RAM. Zero Training. Meet turbovec

    Jun 8, 2026 · turbovec is a Rust-native vector index with Python bindings that compresses embeddings 8–16x, skips the train step entirely, and consistently beats FAISS on search speed.

  9. turbovec - Rust - Docs.rs

    § Concurrent search search takes &self and is safe to call from multiple threads concurrently. Internally the rotation matrix, the Lloyd-Max centroids and the SIMD-blocked code layout are initialised lazily …

  10. Eight Megabytes per Million Vectors: How turbovec Builds on …

    May 1, 2026 · In late 2025, Ryan Codrai released turbovec, a Rust implementation with Python bindings that wraps TurboQuant in a production-grade vector index. As of writing, the project has 946 GitHub …