Skip to content

levanel/faiss

 
 

Repository files navigation

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 primarily at Meta's Fundamental AI Research group.

This Fork

is only for me to tinker around the architecture

About

playground for tinkering with faiss. forked from the og repo.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 58.7%
  • Python 22.3%
  • Cuda 14.9%
  • C 1.4%
  • CMake 1.2%
  • SWIG 0.6%
  • Other 0.9%