mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update milli/src/vector/error.rs
Fix Meilisearch capitalization
This commit is contained in:
parent
88bc9556a9
commit
ae67d5eef0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub enum EmbedErrorKind {
|
|||
OllamaTooManyRequests(OllamaError),
|
||||
#[error("received internal error from Ollama: {0}")]
|
||||
OllamaInternalServerError(OllamaError),
|
||||
#[error("model not found. MeiliSearch will not automatically download models from the Ollama library, please pull the model manually: {0}")]
|
||||
#[error("model not found. Meilisearch will not automatically download models from the Ollama library, please pull the model manually: {0}")]
|
||||
OllamaModelNotFoundError(OllamaError),
|
||||
#[error("received unhandled HTTP status code {0} from Ollama")]
|
||||
OllamaUnhandledStatusCode(u16),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue