Milvus
Introduction
Milvus is an open-source vector database built to power embedding similarity search and AI applications.
Installation
To install Milvus, run:
make install
Usage
After installation, verify the deployment:
kubectl get pods -n milvus
To connect to Milvus, use the Python SDK or REST API. Port-forward the service:
kubectl port-forward svc/milvus 19530:19530 -n milvus
Then connect using the client.