Skip to content

Commit

Permalink
Remove warning on autobatching
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Sep 14, 2023
1 parent a0ad491 commit 48787af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions learn/core_concepts/documents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ If you don't specify the data type for an attribute, it will default to `:string

### Auto-batching

<Capsule intent="danger">
Auto-batching has been disabled for document addition and deletion in v1.1.1. See [this GitHub issue](https://github.com/meilisearch/meilisearch/issues/3664) for more details.
</Capsule>

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:
Expand Down

0 comments on commit 48787af

Please sign in to comment.