Add flush-all parameter to dynamic batching configuration (#6179)
You can pass flush_all=True``to thedynamic_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.
Joan Fontanals (@JoanFM )
🤟 Contributors
We would like to thank all contributors to this release:
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: