/similarity_search

Faiss demo

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Similarity Search with 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.

This repo just demos how to use Faiss.

Billion-scale similarity search with GPUs

Faiss repo