About Anaconda Help Download Anaconda

rapidsai / packages / libfaiss-avx2 1.7.2

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

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.7.2

conda install

To install this package run one of the following:
conda install rapidsai::libfaiss-avx2
conda install rapidsai/label/thirdparty::libfaiss-avx2

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. You can ensure that this is installed by adding "libblas ==mkl" to your dependencies.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy