2 repository-uri
Similarity search for binary embeddings using distance metrics like Hamming distance.
Distinct from Hamming Distance Calculators: Shortlist focused on general Hamming distance calculators or binary search algorithms, not vector database retrieval.
Explore 2 awesome GitHub repositories matching data & databases · Binary Vector Search. Refine with filters or upvote what's useful.
LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters
Supports high-performance similarity search for packed binary embeddings using Hamming distance.
USearch is a high-performance vector similarity search engine and approximate nearest neighbor index designed for dense embeddings. It functions as a low-level vector database core and high-dimensional vector indexer, providing the primitives necessary to store and retrieve vectors across massive datasets. The engine distinguishes itself through hardware-level SIMD acceleration for distance kernels and a proximity-graph indexing system that enables fast retrieval across billions of vectors. It supports multi-precision vector quantization to balance memory usage and accuracy, and utilizes memo
Determines similarity between binary vectors using Hamming and Jaccard distance metrics.