Skip to content

Commit 9698ba0

Browse files
authored
Milvus destination connector: Platform UI updates for different vendor types (#413)
1 parent bab6017 commit 9698ba0

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed
Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
Fill in the following fields:
1+
Fill in the following fields for Milvus on IBM watsonx.data:
2+
3+
- **Name** (_required_): A unique name for this connector.
4+
- **GRPC Host** (_required_): The GRPC host name for the Milvus instance.
5+
- **GRPC Port**: The GRPC port number for the instance.
6+
- **DB Name**: The name of the database in the instance. The default is `default` if not otherwise specified.
7+
- **Collection Name** (_required_): The name of the collection in the database.
8+
- **Username**: The username to access the Milvus instance. The default is `ibmlhapikey` if not otherwise specified.
9+
- **API Key** (_required_): The IBM Cloud user API key.
10+
11+
Fill in the following fields for Milvus on Zilliz Cloud:
12+
13+
- **Name** (_required_): A unique name for this connector.
14+
- **URI** (_required_): The URI of the Milvus instance, for example: `https://12345.serverless.gcp-us-west1.cloud.zilliz.com`.
15+
- **DB Name**: The name of the database in the instance. The default is `default` if not otherwise specified.
16+
- **Collection Name** (_required_): The name of the collection in the database.
17+
- **Username** (_required_): The username to access the Milvus instance.
18+
- **Password** (_required_): The password corresponding to the username to access the instance.
19+
20+
Fill in the following fields for other Milvus deployments:
221

322
- **Name** (_required_): A unique name for this connector.
423
- **URI** (_required_): The URI of the Milvus instance, for example: `https://12345.serverless.gcp-us-west1.cloud.zilliz.com`.
5-
- **DB Name** (_required_): The name of the database in the instance.
24+
- **DB Name**: The name of the database in the instance. The default is `default` if not otherwise specified.
625
- **Collection Name** (_required_): The name of the collection in the database.
726
- **Username** (_required_): The username to access the Milvus instance.
827
- **Password** (_required_): The password corresponding to the username to access the instance.

0 commit comments

Comments
 (0)