mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
* initial refactoring * progress * refinements * serde methods + tests * release note * comment * make additional_mimetypes internal attribute
7 lines
309 B
YAML
7 lines
309 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
The `FiletypeRouter` now supports passing metadata (`meta`) in the `run` method.
|
|
When metadata is provided, the sources are internally converted to `ByteStream` objects and the metadata is added.
|
|
This new parameter simplifies working with preprocessing/indexing pipelines.
|