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

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

Awesome Lists containing this project

README

          

# go-faiss
[![Go Reference](https://pkg.go.dev/badge/github.com/matrixji/go-faiss.svg)](https://pkg.go.dev/github.com/matrixji/go-faiss/faiss)
[![Code Check](https://github.com/matrixji/go-faiss/actions/workflows/main.yaml/badge.svg)](https://github.com/matrixji/go-faiss/actions/workflows/main.yaml)
[![Go Report](https://goreportcard.com/badge/github.com/matrixji/go-faiss)](https://goreportcard.com/badge/github.com/matrixji/go-faiss)
[![codecov](https://codecov.io/gh/matrixji/go-faiss/branch/main/graph/badge.svg?token=SGSA595MUF)](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)