Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix output types in WebSearch components #7274

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

anakin87
Copy link
Member

Related Issues

Proposed Changes:

Restrict the output type of links to List[str]: this makes it possible to connect WebSearch components to the LinkContentFetcher.

How did you test it?

Manual test; CI.
(Maybe in the future, we should also add an e2e test for a Web RAG Pipeline)

Checklist

@anakin87 anakin87 added the ignore-for-release-notes PRs with this flag won't be included in the release notes. label Feb 29, 2024
@anakin87 anakin87 requested a review from a team as a code owner February 29, 2024 18:01
@anakin87 anakin87 requested review from shadeMe and removed request for a team February 29, 2024 18:01
@github-actions github-actions bot added the 2.x Related to Haystack v2.0 label Feb 29, 2024
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 8100514844

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.906%

Totals Coverage Status
Change from base Build 8099734594: 0.0%
Covered Lines: 5282
Relevant Lines: 5875

💛 - Coveralls

@anakin87 anakin87 merged commit 4eced44 into main Mar 1, 2024
22 checks passed
@anakin87 anakin87 deleted the fix-websearch branch March 1, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Related to Haystack v2.0 ignore-for-release-notes PRs with this flag won't be included in the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Websearch components cannot connect to LinkContentFetcher
3 participants