The GlobalSolutions

Milvus Powered by GlobalSolutions

Milvus is an open-source vector database designed to handle and search massive amounts of vector data, typically generated by machine learning models. It excels in similarity searches, making it perfect for applications like recommendation systems, image and audio similarity searches, and fraud detection. Milvus is renowned for its high performance, scalability, and capacity to manage billions of vectors.

At GlobalSolutions, we have packaged the Milvus database to enable our customers to start quickly without the need to build, package, or deploy it themselves. We have ensured the image is hardened to be secured from all existing vulnerabilities.

Why Subscribe to Our Offering in AWS Marketplace

Accessing Your AMI from AWS Marketplace

To get started with your Milvus stack:

  1. Subscribe: Purchase the Milvus AMI from the AWS Marketplace.
  2. Connect via SSH:
    • In the AWS Console, select your launched instance and click Connect.
    • Choose SSH Client and follow the connection instructions shown.
    • From your local terminal, connect using your .pem key file:
    ssh -i yourpemfile.pem ubuntu@<public-ip-of-your-server>
    • Once logged in you will land in the home directory.
For more information, refer to the AWS Instance Connection Guide.

Getting Started with Milvus

Milvus is deployed as a containerized stack and starts automatically when the EC2 instance boots. All necessary tools to connect, create collections, and manage data are pre-installed.

Activating the Virtual Environment

A Python virtual environment named connection has been pre-created with all relevant tools. A sample con.py program is provided under home/ubuntu/connection/connection. Follow these steps to get started:

  1. Log in to the EC2 instance using SSH.
  2. Navigate to the connection/connection folder from the home directory.
  3. Activate the virtual environment:
    source ./bin/activate
This command places you inside the virtual environment where all Milvus tools are available. The sample con.py program can connect to the Milvus DB and can be extended for additional actions.

Connecting Using the Milvus CLI

With the Milvus CLI you can create databases, collections, fields, and more. Ensure you are in the connection virtual environment, then start the CLI with:

~/home/ubuntu/connection/connection/milvus_cli

Once the CLI prompt opens, use the following basic commands:

AWS Cost Optimizer — CloudInsider

Our other popular offering is the AWS Cost Optimizer aka CloudInsider, available in AWS Marketplace. This service has helped our customers save significantly on AWS and other cloud spending. It is easy to subscribe and you can see the savings in minutes.

▶ Watch Demo Video Subscribe on AWS Marketplace

Support

For any questions or assistance with our AWS Marketplace offering, reach out to us at support@theglobalsolutions.net.