deepset-ai / canals

A component orchestration engine
https://deepset-ai.github.io/canals/
Apache License 2.0
27 stars 3 forks source link

fix: fix pipeline I/O detection #156

Closed ZanSara closed 11 months ago

ZanSara commented 12 months ago

The introduction of the Variadic type and some older bugs were affecting the correctness of Pipeline's input and output detection.

This PR:


Note: this breaks a lot of tests. Fixing this implies modifications in the run() method that will be addressed in separate PRs.