nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.4k stars 653 forks source link

Golang Biniding? #412

Open lonnietc opened 2 years ago

lonnietc commented 2 years ago

Hello,

I am a bit new to hnswlib and am looking at various vector search engines like this along with Weaviate and Milvus.

What I am wondering about is if hnswlib has a Golang biniding so that it could be used in a Go application?

yurymalkov commented 2 years ago

Hi @lonnietc, I think the best way to find is to search github or web. That gives something like https://github.com/evan176/hnswgo

sunhailin-Leo commented 1 year ago

@lonnietc