Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "http://localhost:8080/health"
{ "status": "ok", "dimension": null, "store_mode": null, "embedding_model": null, "items": 0, "max_items": 10000, "remaining": 10000 }
{ "status": "ok", "dimension": 384, "store_mode": "text", "embedding_model": "BAAI/bge-small-en-v1.5", "items": 42, "max_items": 10000, "remaining": 9958 }
Check server health and store quota.
status
"ok"
dimension
store_mode
"text"
"vector"
embedding_model
items
max_items
10000
remaining
max_items - items
Was this page helpful?