Skip to main content

Synopsis

moorcheh-edge status [--base-url URL]

Options

FlagDefaultDescription
--base-urlhttp://localhost:8080Moorcheh Edge API base URL

Example output

{
  "status": "ok",
  "dimension": 768,
  "store_mode": "text",
  "embedding_model": "BAAI/bge-base-en-v1.5",
  "items": 5,
  "max_items": 10000,
  "remaining": 9995
}
Before the first upload, dimension, store_mode, and embedding_model are null.