Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/futurelogxyz/nanofaiss
- Owner: futurelogxyz
- License: mit
- Created: 2024-03-08T07:36:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T03:49:02.000Z (6 months ago)
- Last Synced: 2024-11-21T20:38:07.548Z (2 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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