Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/futurelogxyz/nanofaiss

nanoFaiss - a simple and efficient library for similarity search and clustering of dense vectors. referenced to Meta's Faiss, but using the Golang programming language.
https://github.com/futurelogxyz/nanofaiss

Last synced: 4 days ago
JSON representation

nanoFaiss - a simple and efficient library for similarity search and clustering of dense vectors. referenced to Meta's Faiss, but using the Golang programming language.

Awesome Lists containing this project

README

        

# nanoFaiss
nanoFaiss - a simple and efficient library for similarity search and clustering of dense vectors. referenced to Meta's [Faiss](https://github.com/facebookresearch/faiss), but using the Golang programming language.

## Features
- [x] Support L2, InnerProduct, Cosine similarity
- [x] Support IndexFlat index
- [ ] Support IndexIVFFlat index
- [ ] Support IndexLSH index
- [ ] Support IndexPQ index
- [ ] Support IndexIVFPQ index
- [ ] Support IndexHNSW index