File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
2323 environment :
2424 # See rest_api/pipeline/pipelines.haystack-pipeline.yml for configurations of Search & Indexing Pipeline.
2525 - DOCUMENTSTORE_PARAMS_HOST=elasticsearch
26- - PIPELINE_YAML_PATH=/home/user/rest_api/pipeline/pipelines_dpr.haystack-pipeline.yml
26+ - PIPELINE_YAML_PATH=/home/user/rest_api/rest_api/ pipeline/pipelines_dpr.haystack-pipeline.yml
2727 - CONCURRENT_REQUEST_PER_WORKER
2828 depends_on :
2929 - elasticsearch
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 environment :
1515 # See rest_api/pipeline/pipelines.haystack-pipeline.yml for configurations of Search & Indexing Pipeline.
1616 - DOCUMENTSTORE_PARAMS_HOST=elasticsearch
17- - PIPELINE_YAML_PATH=/home/user/rest_api/pipeline/pipelines.haystack-pipeline.yml
17+ - PIPELINE_YAML_PATH=/home/user/rest_api/rest_api/ pipeline/pipelines.haystack-pipeline.yml
1818 - CONCURRENT_REQUEST_PER_WORKER
1919 depends_on :
2020 - elasticsearch
You can’t perform that action at this time.
0 commit comments