https://github.com/matrixji/go-faiss
Golang wrapper for faiss
https://github.com/matrixji/go-faiss
faiss
Last synced: 3 months ago
JSON representation
Golang wrapper for faiss
- Host: GitHub
- URL: https://github.com/matrixji/go-faiss
- Owner: matrixji
- License: mit
- Created: 2022-11-25T03:09:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T03:15:48.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T03:16:34.293Z (over 1 year ago)
- Topics: faiss
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-faiss
[](https://pkg.go.dev/github.com/matrixji/go-faiss/faiss)
[](https://github.com/matrixji/go-faiss/actions/workflows/main.yaml)
[](https://goreportcard.com/badge/github.com/matrixji/go-faiss)
[](https://codecov.io/gh/matrixji/go-faiss)go-faiss is a golang binding for [faiss](https://github.com/facebookresearch/faiss)
## LICENSE
go-faiss is licensed under [MIT LICENSE](https://raw.githubusercontent.com/matrixji/go-faiss/main/LICENSE),
and the original faiss library is licensed under [MIT LICENSE](https://raw.githubusercontent.com/facebookresearch/faiss/main/LICENSE)