Hacker News new | ask | show | jobs
by andre-z 809 days ago
Qdrant lib project https://github.com/tyrchen/qdrant-lib, Qdrant SDK has also support for local mode, which means embeddable https://github.com/qdrant/qdrant-client Or just use FAISS https://github.com/facebookresearch/faiss
1 comments

I mentioned Faiss, Annoy and USearch in the above description, but they require CGO for use in Go, as they're written in C++.

For Qdrant I didn't know it was embeddable at all, thanks for the correction! But requires CGO as well, right?