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", "embedding_provider": "ollama", "model": "nomic-embed-text", "llm_provider": "ollama", "llm_model": "llama3.2", "items": 1500, "max_items": 100000, "remaining": 98500 }
Check server health, embedding provider and model, and global item quota.
status
"ok"
embedding_provider
ollama
openai
cohere
model
llm_provider
/answer
llm_model
items
max_items
remaining
max_items - items
Was this page helpful?