An open API service indexing awesome lists of open source software.

https://github.com/miozilla/faiss

faiss : Facebook AI Similarity Search | Meta | Numpy | Index | Search | k-Nearest Neigbours |
https://github.com/miozilla/faiss

Last synced: about 1 month ago
JSON representation

faiss : Facebook AI Similarity Search | Meta | Numpy | Index | Search | k-Nearest Neigbours |

Awesome Lists containing this project

README

          

# faiss
faiss : Facebook AI Similarity Search | Meta | Numpy | Index | Search | k-Nearest Neigbours |

## Objective
This project demonstrates basic usage of [FAISS](https://github.com/facebookresearch/faiss) for similarity search.

## Features
- Create a FAISS index
- Add vectors to the index
- Perform similarity search
- Retrieve nearest neighbors

## Setup
```bash
git clone https://github.com/miozilla/faiss.git
cd faiss
pip install -r requirements.txt
```

## FAISS Demo

![faiss001.png](./media/faiss001.png)

![faiss002.png](./media/faiss002.png)

![faiss003.png](./media/faiss003.png)