https://github.com/pilillo/milvus
https://github.com/pilillo/milvus
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pilillo/milvus
- Owner: pilillo
- Created: 2022-04-22T17:20:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T00:54:32.000Z (over 4 years ago)
- Last Synced: 2024-06-19T21:01:37.987Z (about 2 years ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)