mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Report an error when the document template max bytes is zero
This commit is contained in:
parent
34d572e3e5
commit
5ceb3c6a10
3 changed files with 10 additions and 4 deletions
|
@ -447,6 +447,7 @@ impl ErrorCode for milli::Error {
|
|||
| UserError::InvalidSettingsDimensions { .. }
|
||||
| UserError::InvalidUrl { .. }
|
||||
| UserError::InvalidSettingsDocumentTemplateMaxBytes { .. }
|
||||
| UserError::InvalidChatSettingsDocumentTemplateMaxBytes
|
||||
| UserError::InvalidPrompt(_)
|
||||
| UserError::InvalidDisableBinaryQuantization { .. }
|
||||
| UserError::InvalidSourceForNested { .. }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue