Upgrade incompatible dependencies

This commit is contained in:
Clément Renault 2025-01-08 15:58:03 +01:00
parent dd28a3fd5a
commit 091f989b72
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
10 changed files with 187 additions and 91 deletions

View file

@ -134,7 +134,7 @@ and can not be more than 511 bytes.", .document_id.to_string()
InvalidVectorsEmbedderConf { document_id: String, error: String },
#[error("{0}")]
InvalidFilter(String),
#[error("Invalid type for filter subexpression: expected: {}, found: {1}.", .0.join(", "))]
#[error("Invalid type for filter subexpression: expected: {}, found: {}.", .0.join(", "), .1)]
InvalidFilterExpression(&'static [&'static str], Value),
#[error("Attribute `{}` is not sortable. {}",
.field,