A library for efficient similarity search and clustering of dense vectors.
 
 
 
 
 
 
Go to file
Evgeny Savinov 98b23c87f3 Use madvice instead of iteration over data (#503) 2018-07-03 07:30:40 +02:00
.github Update ISSUE_TEMPLATE.md 2018-06-25 16:18:50 -07:00
acinclude Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
benchs make bench work with 1 GPU 2018-06-26 09:05:42 -06:00
build-aux Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
c_api [c_api] Rearrange lib linking in Makefiles (#490) 2018-06-13 13:40:04 +02:00
cmake
demos Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
docs sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
example_makefiles Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
gpu Rename gpu/tests to gpu/test (#481) 2018-06-06 14:08:49 +02:00
misc Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
python Python install (#469) 2018-06-06 14:06:24 +02:00
tests Move python tests back together with C++ tests. (#479) 2018-06-04 12:20:44 +02:00
tutorial Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
.dockerignore
.gitignore Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
.travis.yml Move python tests back together with C++ tests. (#479) 2018-06-04 12:20:44 +02:00
AutoTune.cpp sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
AutoTune.h sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
AuxIndexStructures.cpp
AuxIndexStructures.h
CMakeLists.txt - Add install target for the faiss library and headers to the (#443) 2018-05-15 10:18:16 +02:00
CONTRIBUTING.md
Clustering.cpp sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
Clustering.h
Dockerfile updating dockerfile after PR #347. Added PYTHONPATH env var (#349) 2018-02-27 10:39:23 +01:00
FaissAssert.h Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
FaissException.cpp
FaissException.h
Heap.cpp
Heap.h sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
INSTALL.md Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
Index.cpp sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
Index.h sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
IndexFlat.cpp
IndexFlat.h
IndexHNSW.cpp sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
IndexHNSW.h sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
IndexIVF.cpp read/write index with std::function wrapper (#427) 2018-05-24 10:45:42 +02:00
IndexIVF.h sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
IndexIVFFlat.cpp sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
IndexIVFFlat.h sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
IndexIVFPQ.cpp sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
IndexIVFPQ.h sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
IndexLSH.cpp
IndexLSH.h
IndexPQ.cpp Implement remove_ids in IndexPQ (#407) 2018-04-20 17:36:21 +02:00
IndexPQ.h Implement remove_ids in IndexPQ (#407) 2018-04-20 17:36:21 +02:00
IndexScalarQuantizer.cpp removed malloc 2018-03-05 06:57:44 +01:00
IndexScalarQuantizer.h sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
LICENSE
Makefile Fix linking order for misc/test_blas in Makefile. (#489) 2018-06-13 11:49:02 +02:00
MetaIndexes.cpp Update IndexIDMap reset (#401) 2018-05-02 13:40:58 +02:00
MetaIndexes.h sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
OnDiskInvertedLists.cpp Use madvice instead of iteration over data (#503) 2018-07-03 07:30:40 +02:00
OnDiskInvertedLists.h Use madvice instead of iteration over data (#503) 2018-07-03 07:30:40 +02:00
PATENTS
PolysemousTraining.cpp
PolysemousTraining.h sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
ProductQuantizer.cpp sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
ProductQuantizer.h sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
README.md Update README.md 2018-02-26 11:55:54 +01:00
VectorTransform.cpp sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
VectorTransform.h sync with FB version 2018-02-23 (#347) 2018-02-23 07:49:45 -08:00
configure Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
configure.ac Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
depend Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
hamming.cpp
hamming.h
index_io.cpp read/write index with std::function wrapper (#427) 2018-05-24 10:45:42 +02:00
index_io.h read/write index with std::function wrapper (#427) 2018-05-24 10:45:42 +02:00
makefile.inc.in Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00
utils.cpp sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00
utils.h sync with FB version 2017-01-09 2018-01-09 06:42:06 -08:00

README.md

Faiss

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.

NEWS

NEW: latest commit (2018-02-22) supports on-disk storage of inverted indexes, see demos/demo_ondisk_ivf.py

NEW: latest commit (2018-01-09) includes an implementation of the HNSW indexing method, see benchs/bench_hnsw.py

NEW: there is now a Facebook public discussion group for Faiss users at https://www.facebook.com/groups/faissusers/

NEW: on 2017-07-30, the license on Faiss was relaxed to BSD from CC-BY-NC. Read LICENSE for details.

Introduction

Faiss contains several methods for similarity search. It assumes that the instances are represented as vectors and are identified by an integer, and that the vectors can be compared with L2 distances or dot products. Vectors that are similar to a query vector are those that have the lowest L2 distance or the highest dot product with the query vector. It also supports cosine similarity, since this is a dot product on normalized vectors.

Most of the methods, like those based on binary vectors and compact quantization codes, solely use a compressed representation of the vectors and do not require to keep the original vectors. This generally comes at the cost of a less precise search but these methods can scale to billions of vectors in main memory on a single server.

The GPU implementation can accept input from either CPU or GPU memory. On a server with GPUs, the GPU indexes can be used a drop-in replacement for the CPU indexes (e.g., replace IndexFlatL2 with GpuIndexFlatL2) and copies to/from GPU memory are handled automatically. Results will be faster however if both input and output remain resident on the GPU. Both single and multi-GPU usage is supported.

Building

The library is mostly implemented in C++, with optional GPU support provided via CUDA, and an optional Python interface. The CPU version requires a BLAS library. It compiles with a Makefile and can be packaged in a docker image. See INSTALL.md for details.

How Faiss works

Faiss is built around an index type that stores a set of vectors, and provides a function to search in them with L2 and/or dot product vector comparison. Some index types are simple baselines, such as exact search. Most of the available indexing structures correspond to various trade-offs with respect to

  • search time
  • search quality
  • memory used per index vector
  • training time
  • need for external data for unsupervised training

The optional GPU implementation provides what is likely (as of March 2017) the fastest exact and approximate (compressed-domain) nearest neighbor search implementation for high-dimensional vectors, fastest Lloyd's k-means, and fastest small k-selection algorithm known. The implementation is detailed here.

Full documentation of Faiss

The following are entry points for documentation:

Authors

The main authors of Faiss are:

Reference

Reference to cite when you use Faiss in a research paper:

@article{JDH17,
  title={Billion-scale similarity search with GPUs},
  author={Johnson, Jeff and Douze, Matthijs and J{\'e}gou, Herv{\'e}},
  journal={arXiv preprint arXiv:1702.08734},
  year={2017}
}

Join the Faiss community

For public discussion of Faiss or for questions, there is a Facebook public discussion group at https://www.facebook.com/groups/faissusers/

We monitor the issues page of the repository. You can report bugs, ask questions, etc.

License

Faiss is BSD-licensed. We also provide an additional patent grant.