mirror of https://github.com/milvus-io/milvus.git
parent
5cb11e5dd8
commit
9b6edb08e2
|
@ -2,7 +2,7 @@
|
|||
|
||||
Please mark all change in change log and use the issue from GitHub
|
||||
|
||||
# Milvus 1.1.1 (TBD)
|
||||
# Milvus 1.1.1 (2021-06-16)
|
||||
## Bug
|
||||
- \#4897 Query results contain some deleted ids
|
||||
- \#5164 Exception should be raised if insert or delete entity on the none-existed partition
|
||||
|
|
|
@ -30,15 +30,15 @@ See [Milvus install guide](https://www.milvus.io/docs/install_milvus.md) to inst
|
|||
|
||||
### Try example programs
|
||||
|
||||
Try an example program with Milvus using [Python](https://www.milvus.io/docs/example_code.md), [Java](https://github.com/milvus-io/milvus-sdk-java/tree/master/examples), [Go](https://github.com/milvus-io/milvus-sdk-go/tree/master/examples), or [C++ example code](https://github.com/milvus-io/milvus/tree/master/sdk/examples).
|
||||
Try an example program with Milvus using [Python](https://www.milvus.io/docs/example_code.md), [Java](https://github.com/milvus-io/milvus-sdk-java/tree/master/examples), [Go](https://github.com/milvus-io/milvus-sdk-go/tree/master/examples), or [C++ example code](https://github.com/milvus-io/milvus/tree/1.1/sdk/examples).
|
||||
|
||||
## Supported clients
|
||||
|
||||
- [Go](https://github.com/milvus-io/milvus-sdk-go)
|
||||
- [Python](https://github.com/milvus-io/pymilvus)
|
||||
- [Java](https://github.com/milvus-io/milvus-sdk-java)
|
||||
- [C++](https://github.com/milvus-io/milvus/tree/master/sdk)
|
||||
- [RESTful API](https://github.com/milvus-io/milvus/tree/master/core/src/server/web_impl)
|
||||
- [C++](https://github.com/milvus-io/milvus/tree/1.1/sdk)
|
||||
- [RESTful API](https://github.com/milvus-io/milvus/tree/1.1/core/src/server/web_impl)
|
||||
- [Node.js](https://www.npmjs.com/package/@arkie-ai/milvus-client) (Contributed by [arkie](https://www.arkie.cn/))
|
||||
|
||||
## Application scenarios
|
||||
|
@ -47,7 +47,7 @@ You can use Milvus to build intelligent systems in a variety of AI application s
|
|||
|
||||
## Benchmark
|
||||
|
||||
See our [test reports](https://github.com/milvus-io/milvus/tree/master/docs) for more information about performance benchmarking of different indexes in Milvus.
|
||||
See our [test reports](https://github.com/milvus-io/milvus/tree/1.1/docs) for more information about performance benchmarking of different indexes in Milvus.
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
|
Loading…
Reference in New Issue