VectorDB-NTU/RaBitQ-Library
A lightweight library for the RaBitQ algorithm and its applications in vector search.
RaBitQ implements a vector quantization algorithm achieving optimal theoretical error bounds with ultra-low bit-widths (1-7 bits per dimension), supporting fast distance estimation via bitwise operations. It integrates with popular vector search indexes—IVF, HNSW, and QG—enabling memory-efficient approximate nearest neighbor search with 90-99% recall depending on bit configuration. The library provides CPU implementations in C++ and bindings across multiple production systems including Milvus, Faiss, VSAG, and Elasticsearch.
129 stars.
Stars
129
Forks
40
Language
C++
License
Apache-2.0
Category
Last pushed
Feb 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/VectorDB-NTU/RaBitQ-Library"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the...
AlayaDB-AI/AlayaLite
AlayaLite – A Fast, Flexible Vector Database for Everyone.
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of...
gusye1234/nano-vectordb
A simple, easy-to-hack Vector Database
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB