deepset-ai / haystack-demos

Fully working applications that demonstrate how to use Haystack to implement common NLP use cases
Apache License 2.0
106 stars 22 forks source link

Add env options to build script #2

Closed rgstephens closed 1 year ago

rgstephens commented 1 year ago

Add env options to the build script to make it easier to use the demo with your own data.

Var Use
DATA_IMAGE_NAME Elastic docker image, default is deepset/elasticsearch-countries-and-capitals
DATASET_DIR Data/Corpus directory, default is dataset
HAYSTACK_IMAGE_NAME Haystack build image, default is deepset/haystack:cpu-main
NETWORK Docker network name, default is explore_the_world
julian-risch commented 1 year ago

fixed by PR https://github.com/deepset-ai/haystack-demos/pull/3