ScaNN

Efficient vector similarity search library by Google Research.

Open SourceSelf HostedOffline Capable
0.0 (0)

About

ScaNN, short for Scalable Nearest Neighbors, is Google Research's library for vector similarity search at scale. It combines search-space pruning with learned quantization, and its signature contribution is anisotropic vector quantization, which weights quantization error by its effect on inner-product ranking; a 2023 addition called SOAR further improves indexing for approximate search. The library is tuned for maximum inner product search as well as Euclidean distance, scales to billion-vector datasets, and posts competitive results on standard nearest-neighbor benchmarks. A Python API wraps the C++ core, with optional TensorFlow integration and Docker images for TensorFlow Serving. It requires Linux with Python 3.9 to 3.13 and x86 processors with AVX and FMA support, or ARM with NEON. Released under the Apache 2.0 license within the google-research repository, ScaNN is used for recommendation systems, semantic search, and retrieval layers behind RAG applications.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Intermediate (3/5)
License
Apache-2.0
Added
Apr 3, 2026

Related Tools

Fast embedding inference server supporting many embedding models.

Open SourceSelf HostedOffline
Easy
0.0 (0)
Featured

Open-source vector similarity search extension for PostgreSQL.

Open SourceSelf HostedOffline
Easy
0.0 (0)

All-in-one embeddings database for semantic search, LLM orchestration, and language model workflows.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Library for representing and sending multimodal data by Jina AI.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Python client library for Qdrant vector database.

Open SourceSelf HostedOffline
Beginner
0.0 (0)
Featured

Efficient similarity search library by Meta for dense vector clustering and retrieval.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all Vector Databases & Embeddings tools