mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-18 20:53:25 +00:00

* Adding the ability to call the Ray pipeline from concurrent apps with async This is to fix #2968 * Fixes: mype + pylint (`invalid-overridden-method`) * Simplifying - no real need for an `AsyncRayPipeline` anymore * Moving the new `run_async` method to the `RayPipeline` * Cleanup * [EMPTY] Re-trigger CI