mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 17:00:41 +00:00

* When no content retrieved (i.e. request blocked), default to snippet * Add release note
6 lines
193 B
YAML
6 lines
193 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
If LinkContentFetcher encounters a block or receives any response code other than HTTPStatus.OK, return the search
|
|
engine snippet as content, if it's available.
|