Release Note (3.27.0
)
Release time: 2024-07-18 17:00:58
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:
- Joan Fontanals (@JoanFM )