Verified project record
RyanCodrai/turbovec
TurboVec is a Rust vector index with Python bindings that compresses Float32 embeddings to 2-bit or 4-bit using TurboQuant, achieving up to 16x compression without a training phase. It executes search via hand-written SIMD kernels that deliver faster speeds than FAISS IndexPQFastScan on ARM and operate fully locally without requiring GPU resources.