Install Bge M3
Download and install the search embedding model.
The right model for your platform is selected automatically. After installation, run /search-index/reindex to build the search index.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/models/bge-m3/install" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"message": "string",
"reindex_required": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}