Connecting to Milvus service
You can connect to a Milvus service by using a client program or a gRPC URI after provisioning Milvus as a service in IBM® watsonx.data through the web console.
watsonx.data on Red Hat® OpenShift®
Before you begin
To connect to the Milvus service from a client program, make sure that the following items are
installed or available:
- Python and Pymilvus package. See About PyMilvus.
- Hostname and port for the Milvus server or workstation where the watsonx.data instance is installed.
- Authorized user credentials to access the Milvus server.
- Milvus server name.
About this task
Procedure
What to do next
- Manage databasesNote: A Milvus cluster supports a maximum of 64 databases. For more information, see Manage Databases.
- Manage collectionsNote: A Milvus cluster supports a maximum of 65,536 collections. For more information, see Manage Collections.
- Manage partitionsNote: A Milvus cluster supports a maximum of 4095 partitions. For more information, see Manage Partitions.
- Manage dataFor more information, see:
- Manage indexes
For more information, see Manage Indexes.
- Search and Query
For more information, see Search, Query & Get.
For more information, see Milvus Docs.