deepset-ai / hayhooks

Deploy Haystack pipelines behind a REST Api.
https://haystack.deepset.ai
Apache License 2.0
39 stars 11 forks source link

Automatically provide pipeline dependencies #24

Open masci opened 4 months ago

masci commented 4 months ago

At the moment Hayhooks expects that any dependency required by a pipeline is already present in the environment where Hayhooks is running.

Ideally, Hayhooks should be able to manage pipeline dependencies: one way could be adding the required packages in the pipeline's metadata and let the server handle installation.