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

https://github.com/pilillo/milvus


https://github.com/pilillo/milvus

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# milvus
Quickstart with Milvus vector database.

## Setup

```bash
docker-compose -f milvus-standalone-docker-compose.yml up

GO111MODULE=on go build .
./milvus
```

## References
* [milvus.io](http://www.milvus.io)