deepset-ai / hayhooks

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

Support server configuration #23

Open masci opened 1 month ago

masci commented 1 month ago

Hayhooks already supports some settings, like the path where it can find pipelines to load at startup, but those are only accessible through command line flags of the CLI. Hayhooks should support a configuration file and some priority order to set config entries in different ways, like env-vars, file, or command line flags.