Files
helm-anything/src/milvus
2026-02-22 22:12:04 +08:00
..
2026-02-22 22:12:04 +08:00
2026-02-16 09:12:50 +08:00
2026-02-16 09:12:50 +08:00
2026-02-19 16:21:45 +08:00

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.