mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
InvalidVectorsEmbedderConf error takes a String rather than a deserr error
This commit is contained in:
@ -343,7 +343,7 @@ impl Error {
|
||||
Error::InvalidEmbedderConf { error } => {
|
||||
crate::Error::UserError(UserError::InvalidVectorsEmbedderConf {
|
||||
document_id,
|
||||
error,
|
||||
error: error.to_string(),
|
||||
})
|
||||
}
|
||||
Error::InternalSerdeJson(error) => {
|
||||
|
Reference in New Issue
Block a user