Language

Package: faiss @ 1.5.0

Synopsis

Efficient similarity search and clustering of dense vectors

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.

Home page
https://github.com/facebookresearch/faiss
Location
gnu/packages/graph.scm (line: 291, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?