diff --git a/learn/core_concepts/documents.mdx b/learn/core_concepts/documents.mdx index e22b6fd04c..e8fe1acdbb 100644 --- a/learn/core_concepts/documents.mdx +++ b/learn/core_concepts/documents.mdx @@ -133,10 +133,6 @@ Since CSV does not support arrays or nested objects, `cast` cannot be converted ### Auto-batching - -Currently, auto-batching is disabled for document addition and deletion. See [this GitHub issue](https://github.com/meilisearch/meilisearch/issues/3664) for more details. - - Auto-batching combines consecutive document addition and deletion requests into a single batch and processes them together while respecting the order. This significantly speeds up the indexing process. Meilisearch batches document addition and deletion requests when they: