envs

Milvus — self-hosted vector database

milvus/server · version 1

envs add milvus/server

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
MILVUS_URI required config Where your instance runs. An address. The name comes from the official Python client's own sample environment file.. where to get it
MILVUS_TOKEN required secret A user and password joined by a colon. Milvus creates root with the password Milvus at first start, so an instance that has not been changed is open to anyone who knows that. Self-hosted: you set and rotate this, no dashboard issues it.. where to get it

The JSON the CLI reads