Skip to content

Commit

Permalink
fix: prop-ex port in dream_bot_kg_prompted dist
Browse files Browse the repository at this point in the history
  • Loading branch information
annakorz committed Dec 8, 2023
1 parent 37663f3 commit ef11d37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assistant_dists/dream_bot_kg_prompted/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- "./annotators/property_extraction:/src"
- "~/.deeppavlov:/root/.deeppavlov"
ports:
- 8131:8131
- 8136:8136
bot-knowledge-memorizer:
volumes:
- "./annotators/bot_knowledge_memorizer:/src"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
environment:
WAIT_HOSTS: "sentseg:8011, ranking-based-response-selector:8002,
ner:8021, entity-linking:8075, combined-classification:8087, entity-detection:8103, terminusdb-server:6363,
bot-knowledge-memorizer:8044, property-extraction:8131, custom-entity-linking:8153, dff-bot-knowledge-prompted-skill:8088,
bot-knowledge-memorizer:8044, property-extraction:8136, custom-entity-linking:8153, dff-bot-knowledge-prompted-skill:8088,
sentence-ranker:8128, prompt-selector:8135, openai-api-chatgpt:8145"
WAIT_HOSTS_TIMEOUT: ${WAIT_TIMEOUT:-1000}
HIGH_PRIORITY_INTENTS: 1
Expand Down Expand Up @@ -155,11 +155,11 @@ services:
args:
CONFIG_T5: t5_generative_ie_infer.json
CONFIG_REL_RANKER: rel_ranking_roberta.json
SERVICE_PORT: 8131
SERVICE_PORT: 8136
SRC_DIR: annotators/property_extraction/
context: ./
dockerfile: annotators/property_extraction/Dockerfile
command: flask run -h 0.0.0.0 -p 8131
command: flask run -h 0.0.0.0 -p 8136
environment:
- FLASK_APP=server
- CUDA_VISIBLE_DEVICES=0
Expand Down
2 changes: 1 addition & 1 deletion assistant_dists/dream_bot_kg_prompted/pipeline_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"connector": {
"protocol": "http",
"timeout": 5,
"url": "http://property-extraction:8131/respond"
"url": "http://property-extraction:8136/respond"
},
"dialog_formatter": "state_formatters.dp_formatters:property_extraction_formatter_last_bot_dialog",
"response_formatter": "state_formatters.dp_formatters:simple_formatter_service",
Expand Down

0 comments on commit ef11d37

Please sign in to comment.