You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add flush-all parameter to dynamic batching configuration (#6179)
You can pass flush_all=True``to the dynamic_batchingconfiguration which will allow to pass all the dynamically batched documents at once to the Executor. This makespreferred_batch_size` parameter a parameter that triggers the flushing but that can be bypassed.
Release Note
This release contains 1 new feature.
🆕 Features
Add
flush-all
parameter to dynamic batching configuration (#6179)You can pass
flush_all=True``to the
dynamic_batchingconfiguration which will allow to pass all the dynamically batched documents at once to the Executor. This makes
preferred_batch_size` parameter a parameter that triggers the flushing but that can be bypassed.🤟 Contributors
We would like to thank all contributors to this release:
The text was updated successfully, but these errors were encountered: