Skip to content

Haystack component with the name 'CustomComponent' not found. #4676

Closed Answered by rudolpheric
rudolpheric asked this question in Questions
Discussion options

You must be logged in to vote

I had to change my docker-compose.yml. I think my question is a duplicate to #3673 (comment)

My new docker-compose.yml:

services:

haystack-api:
image: "deepset/haystack:cpu"
volumes:
- ./rest_api/rest_api/pipeline:/opt/venv/lib/python3.10/site-packages/rest_api/pipeline/
ports:
- 8000:8000
restart: on-failure
environment:
- DOCUMENTSTORE_PARAMS_HOST=elasticsearch
- PIPELINE_YAML_PATH=/opt/venv/lib/python3.10/site-packages/rest_api/pipeline/custompipeline.yaml

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rudolpheric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant