Error
A valid request URL is required to generate request examples{
"status": "healthy",
"qdrant": {
"health": "<string>",
"ready": true,
"latency_ms": 123
}
}{
"status": "unhealthy",
"error": "<string>"
}Vector Store
Check vector store health
Check the health and readiness status of the Qdrant vector database service.
GET
/
vectorstore
/
health
Error
A valid request URL is required to generate request examples{
"status": "healthy",
"qdrant": {
"health": "<string>",
"ready": true,
"latency_ms": 123
}
}{
"status": "unhealthy",
"error": "<string>"
}