|
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: |
2 | 21 |
|
3 | 22 | - **Name** (_required_): A unique name for this connector. |
4 | 23 | - **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. |
6 | 25 | - **Collection Name** (_required_): The name of the collection in the database. |
7 | 26 | - **Username** (_required_): The username to access the Milvus instance. |
8 | 27 | - **Password** (_required_): The password corresponding to the username to access the instance. |
0 commit comments