Get Search Index Status
Get status of the search index (LanceDB + hybrid search).
The embedding model is platform-specific:
- macOS Apple Silicon: Qwen3-Embedding via mlx-embeddings
- Windows/Linux: BGE-M3 via FastEmbed/ONNX
This endpoint checks:
- Whether the search embedding model is cached locally
- Whether the search index service is initialized
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/search-index/status"{
"available": true,
"model_cached": true,
"model_name": "",
"message": "string"
}