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

Migrate existing v2 components to Canals 0.4.0 #5532

Merged
merged 14 commits into from
Aug 9, 2023
Merged

Conversation

ZanSara
Copy link
Contributor

@ZanSara ZanSara commented Aug 9, 2023

Related Issues

Proposed Changes:

  • Migrate existing v2 components to Canals 0.4.0 and fix tests
  • Fix small issue on TextFileToDocument: it was using v1 Document instead of v2. Fixes also related naming issues (meta-> metadata, file_paths->paths)

How did you test it?

  • Full run of the preview test suite locally
  • CI

Notes for the reviewer

Checklist

@coveralls
Copy link
Collaborator

coveralls commented Aug 9, 2023

Pull Request Test Coverage Report for Build 5809358934

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.05%) to 47.082%

Totals Coverage Status
Change from base Build 5808271406: -0.05%
Covered Lines: 10925
Relevant Lines: 23204

💛 - Coveralls

@ZanSara ZanSara marked this pull request as ready for review August 9, 2023 12:06
@ZanSara ZanSara requested review from a team as code owners August 9, 2023 12:06
@ZanSara ZanSara requested review from masci and silvanocerza and removed request for a team August 9, 2023 12:06
@silvanocerza
Copy link
Contributor

Merging and ignoring coveralls being funky. It's reporting lower coverage in the preview module even though the individual files have not decreased.

@silvanocerza silvanocerza merged commit 5ca4874 into main Aug 9, 2023
@silvanocerza silvanocerza deleted the canals-0.4.0 branch August 9, 2023 13:51
DosticJelena pushed a commit to smartcat-labs/haystack that referenced this pull request Aug 23, 2023
* pin canals==0.4.0

* update audio components

* allow audio components to receive whisper_params in init too

* migrating memoryretriever

* migrate memoryretriever

* migrate TextFileToDocument

* fix TextFileToDocument tests

* fix pipeline tests

* fix defaults management

* reno

* inverted assignments

* Simplify release notes

---------

Co-authored-by: Silvano Cerza <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port existing preview components to Canals 0.4.x
3 participants