CMD + K

faiss-cpu

Anaconda Verified

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

Installation

To install this package, run one of the following:

Conda
$conda install main::faiss-cpu

Usage Tracking

1.14.1
1.12.0
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code for evaluation and parameter tuning. Faiss is written in C++ with complete wrappers for Python/numpy. Some of the most useful algorithms are implemented on the GPU. It is developed by Facebook AI Research.

For best performance, the maintainers of the package recommend using the MKL implementation of blas/lapack.

About

Summary

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

Last Updated

Apr 6, 2026 at 18:31

License

MIT

Total Downloads

40

Version Downloads

11

Supported Platforms

linux-64
linux-aarch64
macOS-arm64
win-64

Documentation

https://faiss.ai/