Check server health, embedding model, and global item quota.
Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
status | string | "ok" when the server is up |
model | string | Ollama embedding model name |
items | number | Current item count (all namespaces) |
max_items | number | Global item limit |
remaining | number | max_items - items |