



ScaNN (Scalable Nearest Neighbors) is a pure ANN index library using anisotropic vector quantization and scorers for high-recall, high-throughput search at billion-scale. Features CPU/GPU support, TensorFlow/Numpy bindings, advanced quantization. For custom vector engines in recommendations, benchmarks; superior recall/throughput vs Faiss, building block unlike full Qdrant.
Loading more......
ScaNN (Scalable Nearest Neighbors) is Google Research's library for efficient high-dimensional vector similarity search.
Optimized quantization reduces memory footprint, supporting disk-persistent deployments for datasets beyond RAM. Enables out-of-core search in large-scale setups unlike memory-intensive HNSW without compression.
DiskANN vs HNSW: ScaNN focuses on quantization for speed/accuracy trade-off, complementing graph indexes like DiskANN (graph+quantization) and outperforming uncompressed HNSW in compressed disk scenarios.
Open-source, free.