GoVector
"SQLite for Vectors" in pure Go (Qdrant compatible)
#Open Source
#GitHub
#Database
GoVector â SQLite-compatible vector database in pure Go
Summary: GoVector is a CGO-free, cross-platform vector database written in Go, compatible with Qdrant. It features an HNSW index delivering over 17,000 queries per second with 58Ξs latency and can be used as an embeddable library or standalone server.
What it does
GoVector provides fast vector similarity search using an HNSW index and supports Qdrant-compatible APIs for integration. It runs without CGO and can be embedded or deployed standalone.
Who it's for
Developers needing a lightweight, high-performance vector database in Go for embedding or standalone use.
Why it matters
It enables efficient, low-latency vector search in pure Go without external dependencies, simplifying deployment across platforms.