Get Bge M3 Status
Check the status of the search embedding model for hybrid search.
The model is platform-specific:
- macOS Apple Silicon: Qwen3-Embedding (1024-dim, ~400MB)
- Windows/Linux: BGE-M3 (1024-dim, ~542MB)
Both provide high-quality multilingual embeddings for LanceDB hybrid search.
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/models/bge-m3/status"{
"exists": true,
"model_name": "search-embedding",
"size_mb": 500,
"message": "string",
"backend": "auto",
"platform": "unknown",
"reindex_needed": false
}