Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 971 Bytes

milvus.md

File metadata and controls

47 lines (33 loc) · 971 Bytes

shelly milvus

Start local Milvus vector store

shelly milvus start

Start local Milvus vector store

USAGE
  $ shelly milvus start [--json] [--log-level debug|info|warn|error]

GLOBAL FLAGS
  --json                Format output as json.
  --log-level=<option>  Specify level for logging.
                        <options: debug|info|warn|error>

DESCRIPTION
  Start local Milvus vector store

EXAMPLES
  $ shelly milvus start

shelly milvus status

Check to see if Milvus is running or not

USAGE
  $ shelly milvus status [--json] [--log-level debug|info|warn|error]

GLOBAL FLAGS
  --json                Format output as json.
  --log-level=<option>  Specify level for logging.
                        <options: debug|info|warn|error>

DESCRIPTION
  Check to see if Milvus is running or not

EXAMPLES
  $ shelly milvus status