Destinations
Milvus
Send processed data from Unstructured to Milvus.
The following video shows how to fulfill the minimum set of Milvus prerequisites, demonstrating Milvus on IBM watsonx.data.
The Milvus prerequisites:
- A Milvus instance.
- The URI of the instance.
- The username and password, or token to access the instance.
- The name of the database in the instance.
- The name of the collection in the database.
To create the destination connector:
- On the sidebar, click Connectors.
- Click Destinations.
- Click Add new.
- Give the connector some unique Name.
- In the Provider area, click Milvus.
- Click Continue.
- Follow the on-screen instructions to fill in the fields as described later on this page.
- Click Save and Test.
Fill in the following fields:
- Name (required): A unique name for this connector.
- Username (required): The username to access the Milvus instance.
- Password (required): The password corresponding to the username to access the instance.
- Uri (required): The URI of the instance, for example:
https://12345.serverless.gcp-us-west1.cloud.zilliz.com
. - Database Name (required): The name of the database in the instance.
- Collection Name (required): The name of the collection in the database.
Was this page helpful?