TrustRadius: an HG Insights company

Faiss by Meta

Score8 out of 10

1 Reviews and Ratings

What is Faiss by Meta?

Faiss (for Facebook AI Similarity Search) is a library for 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. Some of the most useful algorithms are implemented on the GPU. It is developed by Facebook AI Research. It is free and open-source under the MIT license.