deepset-ai / hayhooks

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

Having issues in docker adding components #14

Closed jacksteussie closed 1 month ago

jacksteussie commented 2 months ago

I've added a mount to the folder in my docker compose file containing my properly constructed custom components, but it doesn't seem to work. I can attach different files as needed, just let me know what you think will help. Any help is appreciated!

masci commented 1 month ago

Hi @jacksteussie

this is most likely due to a serialization problem in the I/O of your pipeline. If you post a minimal example to reproduce and/or the error you get, that would help.

jacksteussie commented 1 month ago

I actually solved this thank you!