deepset-ai / canals

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

test: migrate `Sum` and `MergeLoop` to `Variadic` #146

Closed ZanSara closed 10 months ago

ZanSara commented 10 months ago

This helps highlight corner cases for the use of Variadics in complex pipelines, especially where loops are involved.

Note: the tests are not passing right now. PR https://github.com/deepset-ai/canals/pull/55/ addresses this, so we need to merge that one first.