dream

Форк
0
/
pipeline_conf.json 
161 строка · 6.9 Кб
1
{
2
    "connectors": {},
3
    "services": {
4
        "last_chance_service": {
5
            "connector": {
6
                "protocol": "python",
7
                "class_name": "PredefinedTextConnector",
8
                "response_text": "Sorry, something went wrong inside. Please tell me, what did you say."
9
            },
10
            "state_manager_method": "add_bot_utterance_last_chance",
11
            "tags": [
12
                "last_chance"
13
            ],
14
            "is_enabled": true,
15
            "source": {
16
                "component": "components/JC93rfUXvRXa.yml",
17
                "service": "services/agent_services/service_configs/deepy_base"
18
            }
19
        },
20
        "timeout_service": {
21
            "connector": {
22
                "protocol": "python",
23
                "class_name": "PredefinedTextConnector",
24
                "response_text": "Sorry, I need to think more on that. Let's talk about something else."
25
            },
26
            "state_manager_method": "add_bot_utterance_last_chance",
27
            "tags": [
28
                "timeout"
29
            ],
30
            "is_enabled": true,
31
            "source": {
32
                "component": "components/JqdQTo5rdzNI.yml",
33
                "service": "services/agent_services/service_configs/deepy_base"
34
            }
35
        },
36
        "annotators": {
37
            "spelling_preprocessing": {
38
                "connector": {
39
                    "protocol": "http",
40
                    "timeout": 1.0,
41
                    "url": "http://spelling-preprocessing:8074/respond"
42
                },
43
                "dialog_formatter": "state_formatters.dp_formatters:last_utt_dialog",
44
                "response_formatter": "state_formatters.dp_formatters:simple_formatter_service",
45
                "previous_services": [],
46
                "state_manager_method": "add_annotation_and_reset_human_attributes_for_first_turn",
47
                "is_enabled": true,
48
                "source": {
49
                    "component": "components/pGxj32ic41pvquRXUdqc7A.yml",
50
                    "service": "annotators/spelling_preprocessing/service_configs/spelling-preprocessing"
51
                }
52
            }
53
        },
54
        "response_annotator_selectors": {
55
            "connector": {
56
                "protocol": "python",
57
                "class_name": "skill_selectors.post_annotator_selector.connector:PostAnnotatorSelectorConnector",
58
                "annotator_names": [
59
                    "sentseg"
60
                ]
61
            },
62
            "response_formatter": "state_formatters.dp_formatters:simple_formatter_service",
63
            "tags": [
64
                "selector"
65
            ],
66
            "is_enabled": true,
67
            "source": {
68
                "component": "components/LXrJDIf43gwNmPMNXG5Eg.yml",
69
                "service": "services/response_annotator_selectors/service_configs/agent"
70
            }
71
        },
72
        "response_annotators": {
73
            "emotion_classification": {
74
                "connector": {
75
                    "protocol": "python",
76
                    "url": "http://emotion-classification-deepy:8015/model",
77
                    "class_name": "assistant_dists.deepy_base.connectors:BatchConnector"
78
                },
79
                "dialog_formatter": "state_formatters.dp_formatters:hypotheses_list",
80
                "response_formatter": "state_formatters.dp_formatters:simple_formatter_service",
81
                "previous_services": [
82
                    "skills"
83
                ],
84
                "state_manager_method": "add_hypothesis_annotation_batch",
85
                "is_enabled": true,
86
                "source": {
87
                    "component": "components/7dhiDqHqK6TYOAJAKK7grg.yml",
88
                    "service": "annotators/emotion_classification_deepy/service_configs/emotion-classification-deepy"
89
                }
90
            }
91
        },
92
        "skill_selectors": {},
93
        "skills": {
94
            "harvesters_maintenance_skill": {
95
                "connector": {
96
                    "protocol": "http",
97
                    "url": "http://harvesters-maintenance-skill:3662/respond"
98
                },
99
                "dialog_formatter": "state_formatters.dp_formatters:full_dialog",
100
                "response_formatter": "state_formatters.dp_formatters:base_skill_formatter",
101
                "previous_services": [
102
                    "annotators"
103
                ],
104
                "state_manager_method": "add_hypothesis",
105
                "is_enabled": true,
106
                "source": {
107
                    "component": "components/hScAhxQyky9hbpHFZ2bFPg.yml",
108
                    "service": "skills/harvesters_maintenance_skill_deepy/service_configs/harvesters-maintenance-skill"
109
                }
110
            },
111
            "dff_program_y_skill": {
112
                "connector": {
113
                    "protocol": "http",
114
                    "timeout": 2.0,
115
                    "url": "http://dff-program-y-skill:8008/respond"
116
                },
117
                "dialog_formatter": "state_formatters.dp_formatters:dff_program_y_skill_formatter",
118
                "response_formatter": "state_formatters.dp_formatters:skill_with_attributes_formatter_service",
119
                "previous_services": [
120
                    "annotators"
121
                ],
122
                "state_manager_method": "add_hypothesis",
123
                "is_enabled": true,
124
                "source": {
125
                    "component": "components/ckUclxqUplyzwmnYyixEw.yml",
126
                    "service": "skills/dff_program_y_skill/service_configs/dff-program-y-skill"
127
                }
128
            }
129
        },
130
        "candidate_annotators": {},
131
        "response_selectors": {
132
            "response_selector": {
133
                "connector": {
134
                    "protocol": "http",
135
                    "url": "http://confidence-based-response-selector:8005/respond"
136
                },
137
                "dialog_formatter": "state_formatters.dp_formatters:full_dialog",
138
                "response_formatter": "state_formatters.dp_formatters:base_response_selector_formatter_service",
139
                "previous_services": [
140
                    "response_annotators"
141
                ],
142
                "state_manager_method": "add_bot_utterance",
143
                "is_enabled": true,
144
                "source": {
145
                    "component": "components/KX4drAocVa5APcivWHeBNQ.yml",
146
                    "service": "response_selectors/confidence_based_response_selector/service_configs/confidence-based-response-selector"
147
                }
148
            }
149
        }
150
    },
151
    "metadata": {
152
        "display_name": "Deepy Base",
153
        "author": "DeepPavlov",
154
        "description": "Base version of Lunar assistant. Deepy Base contains Spelling Preprocessing annotator, template-based Harvesters Maintenance Skill, and AIML-based open-domain Program-y Skill based on Dialog Flow Framework.",
155
        "version": "0.1.0",
156
        "date_created": "2021-12-12T12:12:00",
157
        "ram_usage": "50 GB",
158
        "gpu_usage": "50 GB",
159
        "disk_usage": "50 GB"
160
    }
161
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.