We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0281a5c commit 21932f4Copy full SHA for 21932f4
API_Reference/milvus-sdk-go/v2.5.x/About.md
@@ -27,7 +27,7 @@ $ go get -u github.com/milvus-io/milvus/client/v2
27
28
<div class="alert note">
29
30
-To install go sdk before v2.5.1, please use the following command:
+To install go sdk before v2.5.x, please use the following command:
31
32
```shell
33
$ go get -u github.com/milvus-io/milvus-sdk-go/v2
@@ -58,7 +58,7 @@ import "github.com/milvus-io/milvus/client/v2/milvusclient"
58
59
60
61
-If you are using Milvus 2.5.0 or earlier versions, you can use the following code snippet to connect to Milvus:
+If you are using versions earlier than v2.5.x, you can use the following code snippet to connect to Milvus:
62
63
```go
64
import "github.com/milvus-io/milvus-sdk-go/v2/client"
0 commit comments