mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
InvalidVectorsEmbedderConf error takes a String rather than a deserr error
This commit is contained in:
parent
68bbf674c9
commit
8a6e61c77f
2 changed files with 2 additions and 2 deletions
|
@ -343,7 +343,7 @@ impl Error {
|
|||
Error::InvalidEmbedderConf { error } => {
|
||||
crate::Error::UserError(UserError::InvalidVectorsEmbedderConf {
|
||||
document_id,
|
||||
error,
|
||||
error: error.to_string(),
|
||||
})
|
||||
}
|
||||
Error::InternalSerdeJson(error) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue