mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
New error when too many fragments in settings
This commit is contained in:
parent
c45ede44a8
commit
d48baece51
1 changed files with 2 additions and 0 deletions
|
@ -288,6 +288,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}`.")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue