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
- We update the software constantly to the latest version to address security issues.
- Customers can kick-start their core work right away with our pre-packaged AMIs.
- Production-ready application stacks.
Accessing Your AMI from AWS Marketplace
To get started with your Milvus stack:
- Subscribe: Purchase the Milvus AMI from the AWS Marketplace.
- 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
.pemkey file:
ssh -i yourpemfile.pem ubuntu@<public-ip-of-your-server>
- Once logged in you will land in the home directory.
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:
- Log in to the EC2 instance using SSH.
- Navigate to the
connection/connectionfolder from the home directory. - Activate the virtual environment:
source ./bin/activate
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:
connect— Connects to the Milvus database.list databases— Lists all databases.create database -db name— Creates a new database (replacenamewith your preferred name).use database-name— Switches to the specified database.create collection— Guides you through creating a collection (similar to a table or schema in a SQL database).
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.