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 |
- Host: GitHub
- URL: https://github.com/miozilla/faiss
- Owner: miozilla
- Created: 2026-04-17T04:53:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-17T06:25:00.000Z (3 months ago)
- Last Synced: 2026-04-17T07:25:59.869Z (3 months ago)
- Language: Python
- Size: 687 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


