From 48187d4ee7acdf30af275558233c5c3fd379a3a3 Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Sat, 9 Oct 2021 14:00:56 +0800 Subject: [PATCH] add milvus (#3794) Signed-off-by: Xiangyu Wang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b87aff73..0b1bcdec 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Kivik](https://github.com/go-kivik/kivik) - Kivik provides a common Go and GopherJS client library for CouchDB, PouchDB, and similar databases. * [ledisdb](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. * [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. +* [Milvus](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. * [moss](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go. * [nutsdb](https://github.com/xujiajun/nutsdb) - Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. * [piladb](https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures.