mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 15:38:36 +00:00
10 lines
323 B
YAML
10 lines
323 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
`HTMLToDocument`: change the HTML conversion backend from `boilerpy3` to `trafilatura`,
|
|
which is more robust and better maintained.
|
|
deprecations:
|
|
- |
|
|
The following parameters of `HTMLToDocument` are ignored and will be removed in Haystack 2.4.0:
|
|
`extractor_type` and `try_others`.
|