mystic-ai / pipeline

Pipeline is an open source python SDK for building AI/ML workflows
https://www.mystic.ai
Apache License 2.0
127 stars 22 forks source link

Fix how stream outputs are returned #435

Closed rossgray closed 6 months ago

rossgray commented 6 months ago

Pull request outline

This fixes ordering of outputs in stream endpoint when we have a combination of stream and static outputs and stream outputs return different amounts of data.

Checklist: