Many the fish
Many the fish
Hello @CodeMan62, The new error message is better than the previous one. 👍 However, the section **Suggestion for the new error message** of [the related issue](https://github.com/meilisearch/meilisearch/issues/5508) suggests a more explicit...
Hey @CodeMan62, Indeed, the issue is trickier than it seems. You have several different cases where AttributeLimitReached is returned: 1) When extracting document fields 2) When extracting searchable attributes 3)...
Hey @CodeMan62, it seem to remain two failing tests: - error_document_field_limit_reached_in_one_document (crates/meilisearch/tests/documents/add_documents.rs:1525) - error_document_field_limit_reached_over_multiple_documents (crates/meilisearch/tests/documents/add_documents.rs:1608) rust Fmt is not happy: ```diff Diff in /home/runner/work/meilisearch/meilisearch/crates/meilisearch-types/src/error.rs:413: UserError::InvalidStoreFile => Code::InvalidStoreFile, UserError::NoSpaceLeftOnDevice => Code::NoSpaceLeftOnDevice,...
/benchmark workloads/*.json
/bench workloads/*.json
Hello @Christoph-AK, Could you retry your request by adding the parameter `"locales": ["eng"]` and compare it with the previous times? Something like: `{"q": "texas chicken", "locales": ["eng"]}` If you see...
@Christoph-AK, ok now I understand better, your issue may be linked to https://github.com/meilisearch/meilisearch/issues/4654#issuecomment-2282706735 for which we found a fix, we will release a patch release v1.10.1 as soon as possible!...
hello @Christoph-AK, you can send me a dump at [email protected] if you can, this way I will import it in an older version and compare it to the last one...
When using Meilisearch on Kubernetes, the instance will sometimes take the host machine RAM as the reference and not the limits set by the container. I suggest using the [`MEILI_MAX_INDEXING_MEMORY`...
Hello @thecodeassassin, I am stunned by this error. The only way Meilisearch crashes without returning an error is by being killed. Most of the time, it is because of the...