deepset-ai / haystack-experimental

🧪 Experimental features for Haystack
https://haystack.deepset.ai
Apache License 2.0
23 stars 9 forks source link

refactor: Port subgraph pipeline logic and tests to async pipelines #132

Closed shadeMe closed 7 hours ago

shadeMe commented 1 week ago

Proposed Changes:

Port the recent changes to the pipeline run logic into AsyncPipeline

How did you test it?

Unit tests

Notes for the reviewer

The primary changes to the existing code:

The test are copied from the core package. The lints might fail, but they will be fixed when the async-experiments branch is merged into main.

Checklist