-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adjust LinkContentFetcher run method, use ByteStream (#5972)
- Loading branch information
Showing
3 changed files
with
187 additions
and
65 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
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/add-link-content-fetcher-145915976f38e1e0.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
preview: | ||
- | | ||
Adds LinkContentFetcher component to Haystack 2.0. LinkContentFetcher fetches content from a given URL and | ||
converts it into a Document object, which can then be used within the Haystack 2.0 pipeline. | ||
Introduced the LinkContentFetcher in Haystack 2.0. This component fetches content from specified | ||
URLs and converts them into ByteStream objects for further processing in Haystack pipelines. |
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