Synopsis
Options
Example output
dimension, store_mode, and embedding_model are null.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check server health and store quota.
moorcheh-edge status [--base-url URL]
| Flag | Default | Description |
|---|---|---|
--base-url | http://localhost:8080 | Moorcheh Edge API base URL |
{
"status": "ok",
"dimension": 384,
"store_mode": "text",
"embedding_model": "BAAI/bge-small-en-v1.5",
"items": 5,
"max_items": 10000,
"remaining": 9995
}
dimension, store_mode, and embedding_model are null.
Was this page helpful?