Can't get RestAPI (haystack_haystack-api) started with docker-compose #6019
demongolem-biz2
started this conversation in
General
Replies: 1 comment
-
Hi @demongolem-biz2 Am I right in assuming that you are following our tutorial on using the REST API? https://haystack.deepset.ai/tutorials/20_using_haystack_with_rest_api |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running with default docker-compose.yml, the elasticsearch portion comes up healthy, but not the haystack-api container. I keep getting
FileNotFoundError: Not found: /opt/pipelines/pipelines.haystack-pipeline.yml
This is the default value supplied. Shouldn't the up process set things in place at this directory? Or is there something else I have to do to get this recognized.
The line that throws this is haystack/pipelines/config.py in my site-packages directory of my python3.10 directory. In the function
read_pipeline_config_from_yaml
, this is where the error is triggered. So the end result is this haystack-api container keeps restarting every 7 seconds or so.Beta Was this translation helpful? Give feedback.
All reactions