VectorDB-NTU/RaBitQ-Library
A lightweight library for the RaBitQ algorithm and its applications in vector search.
This library helps you find similar high-dimensional data points quickly and efficiently, even with massive datasets. It takes your raw data vectors, converts them into smaller, quantized codes, and then uses these codes to perform fast similarity searches. This is ideal for machine learning engineers or data scientists who need to manage and query large collections of vector embeddings.
129 stars.
Use this if you need to perform high-accuracy similarity searches on vast datasets of vector embeddings while minimizing memory usage and maximizing query speed.
Not ideal if your dataset is very small, or if you need to perform exact similarity searches rather than approximate ones.
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...
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB
dingodb/dingo
A multi-modal vector database that supports upserts and vector queries using unified SQL...