From e4fdc3d485c22e31a045b8a71bacf18b6a7d50e0 Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 18 Sep 2023 12:21:57 +0200 Subject: [PATCH] Remove warning on autobatching (#2563) --- learn/core_concepts/documents.mdx | 4 ---- 1 file changed, 4 deletions(-) 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: