mirror of https://github.com/milvus-io/milvus.git
Update README.md
Former-commit-id: a5f25b72a07bdabef85a2097764a55261159cbf3pull/191/head
parent
7a30504f30
commit
2ca28c44ae
|
@ -5,6 +5,8 @@
|
|||

|
||||

|
||||
[](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master)
|
||||

|
||||

|
||||
|
||||
- [Slack Community](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk)
|
||||
- [Twitter](https://twitter.com/milvusio)
|
||||
|
@ -22,7 +24,7 @@ Milvus is an open source similarity search engine for massive feature vectors. D
|
|||
|
||||
Milvus provides stable Python, Java and C++ APIs.
|
||||
|
||||
Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://milvus.io/docs/en/releases/v0.5.0/).
|
||||
Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://milvus.io/docs/en/release/v0.5.0/).
|
||||
|
||||
- Heterogeneous computing
|
||||
|
||||
|
@ -90,7 +92,7 @@ Use Docker to install Milvus is a breeze. See the [Milvus install guide](https:/
|
|||
|
||||
```shell
|
||||
$ cd [Milvus sourcecode path]/core
|
||||
./ubuntu_build_deps.sh
|
||||
$ ./ubuntu_build_deps.sh
|
||||
```
|
||||
|
||||
##### Step 2 Build
|
||||
|
|
Loading…
Reference in New Issue