Skip to content

Commit

Permalink
Merge pull request #519 from deeppavlov/dev
Browse files Browse the repository at this point in the history
Release v1.8.1
  • Loading branch information
dilyararimovna committed Jul 10, 2023
2 parents 82ae4a9 + 28b09e3 commit 58e6912
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ SERVICE_NAME: doc_retriever
CONFIG_PATH: ./doc_retriever_config.json
DOC_PATH_OR_LINK: http://files.deeppavlov.ai/dream_data/documents_for_qa/test_file_dream_repo.html,http://files.deeppavlov.ai/dream_data/documents_for_qa/alphabet_financial_report.txt,http://files.deeppavlov.ai/dream_data/documents_for_qa/test_file_jurafsky_chatbots.pdf
PARAGRAPHS_NUM: 5
FILE_SERVER_TIMEOUT: 30
FILE_SERVER_TIMEOUT: 30
CUDA_VISIBLE_DEVICES: '0'
FLASK_APP: server
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ compose:
DOC_PATH_OR_LINK: http://files.deeppavlov.ai/dream_data/documents_for_qa/test_file_dream_repo.html,http://files.deeppavlov.ai/dream_data/documents_for_qa/alphabet_financial_report.txt,http://files.deeppavlov.ai/dream_data/documents_for_qa/test_file_jurafsky_chatbots.pdf
PARAGRAPHS_NUM: 5
FILE_SERVER_TIMEOUT: 30
context: ./annotators/doc_retriever/
context: .
dockerfile: annotators/doc_retriever/Dockerfile
command: flask run -h 0.0.0.0 -p 8165
environment:
- CUDA_VISIBLE_DEVICES=0
Expand All @@ -27,6 +28,7 @@ compose:
volumes:
- "./annotators/doc_retriever:/src"
- "./common:/src/common"
- "./documents:/src/documents"
ports:
- 8165:8165
proxy: null
2 changes: 1 addition & 1 deletion components/jkb98534UUIjfdn67IN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ required_previous_services: null
state_manager_method: update_attributes
tags: null
endpoint: train_and_upload_model
service: annotators/doc_retriever/service_configs/doc-retriver
service: annotators/doc_retriever/service_configs/doc-retriever
date_created: "2023-06-14T11:46:20"
6 changes: 3 additions & 3 deletions components/nlknkn768678DUFYbcjk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ connector:
dialog_formatter: state_formatters.dp_formatters:utt_non_punct_dialog
response_formatter: state_formatters.dp_formatters:simple_formatter_service
previous_services: null
required_previous_services: annotators.train_and_upload_model
required_previous_services: [annotators.train_and_upload_model]
state_manager_method: add_annotation
tags: null
endpoint: return_candidates
service: annotators/doc_retriever/service_configs/doc-retriver
date_created: "2023-06-14T12:45:32"
service: annotators/doc_retriever/service_configs/doc-retriever
date_created: "2023-06-14T12:45:32"

0 comments on commit 58e6912

Please sign in to comment.