Loading...
Discovering amazing AI tools


A library for efficient similarity search and clustering of dense vectors.

A library for efficient similarity search and clustering of dense vectors.
Faiss is an open-source library for efficient similarity search and clustering of dense vectors, developed by Meta AI Research (facebookresearch). It provides a wide range of index structures (flat, quantized, inverted-file, graph-based, and binary indexes), optimization techniques (product quantization, residual quantizers, PCA), and CPU/GPU implementations to enable fast nearest-neighbor and range searches at large scale. Faiss exposes C++ and Python bindings, supports GPU acceleration and multi-GPU workflows, and is designed for production usage and research benchmarking on millions to billions of vectors.

