-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…8486) * initial refactoring * progress * refinements * serde methods + tests * release note * comment * make additional_mimetypes internal attribute
- Loading branch information
Showing
3 changed files
with
283 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/meta-in-filetyperouter-d3cf007f940ce324.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
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. |
Oops, something went wrong.