Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warning on autobatching #2563

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading