Skip to content

Commit

Permalink
Remove warning on autobatching (#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire authored Sep 18, 2023
1 parent 5b1bc31 commit e4fdc3d
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 @@ Since CSV does not support arrays or nested objects, `cast` cannot be converted

### Auto-batching

<Capsule intent="danger">
Currently, auto-batching is disabled for document addition and deletion. 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 e4fdc3d

Please sign in to comment.