mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix the missing embedder name in the error message when trying to disable the binary quantization
This commit is contained in:
parent
ca71b63ed1
commit
3f6301dbc9
3 changed files with 4 additions and 3 deletions
|
@ -225,7 +225,7 @@ async fn try_to_disable_binary_quantization() {
|
|||
}
|
||||
},
|
||||
"error": {
|
||||
"message": "`.embedders.todo.binaryQuantized`: Cannot disable the binary quantization",
|
||||
"message": "`.embedders.manual.binaryQuantized`: Cannot disable the binary quantization",
|
||||
"code": "invalid_settings_embedders",
|
||||
"type": "invalid_request",
|
||||
"link": "https://docs.meilisearch.com/errors#invalid_settings_embedders"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue