Add entities from the CLI
docker compose exec datashare_web /entrypoint.sh \
stage run \
--stages NLP \
--defaultProject secret-project \
--elasticsearchAddress http://elasticsearch:9200 \
--nlpParallelism 2 \
--nlpPipeline CORENLPLast updated