Merge remote-tracking branch 'origin/release-v1.16.0' into document-sorting

This commit is contained in:
Mubelotix
2025-07-15 17:41:46 +02:00
181 changed files with 9716 additions and 2765 deletions

View File

@ -302,6 +302,8 @@ and can not be more than 511 bytes.", .document_id.to_string()
InvalidPromptForEmbeddings(String, crate::prompt::error::NewPromptError),
#[error("Too many embedders in the configuration. Found {0}, but limited to 256.")]
TooManyEmbedders(usize),
#[error("Too many fragments in the configuration. Found {0}, but limited to 256.")]
TooManyFragments(usize),
#[error("Cannot find embedder with name `{0}`.")]
InvalidSearchEmbedder(String),
#[error("Cannot find embedder with name `{0}`.")]