mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* LinkContentFetcher - replace requests with httpx, add async and http/2 * Update haystack/components/fetchers/link_content.py Co-authored-by: Julian Risch <julian.risch@deepset.ai> * Update haystack/components/fetchers/link_content.py Co-authored-by: Julian Risch <julian.risch@deepset.ai> * PR feedback * Merge sync and async --------- Co-authored-by: Julian Risch <julian.risch@deepset.ai>
5 lines
169 B
YAML
5 lines
169 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduced asynchronous functionality and HTTP/2 support in the LinkContentFetcher component thus improving content fetching in several aspects.
|