-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to dream_kg distribution (#581)
* fix: component cards and variable renaming * component cards for last_chance_service and dff_user_kg_skill created * changes reflected in pipeline_conf * config variable renamed for user-km * service cards and Dockerfile updated for user-km * chore: out-of-date services deleted from dist * refactor: variable renamed
- Loading branch information
Showing
11 changed files
with
74 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: dff_user_kg_skill | ||
display_name: User KG Skill | ||
component_type: Script-based w/o NNs | ||
model_type: Dictionary/Pattern-based | ||
is_customizable: false | ||
author: publisher@deeppavlov.ai | ||
description: Looks up entities detected by Entity Detection in Knowledge Graph and uses these entities in bot's responses | ||
ram_usage: 128M | ||
gpu_usage: null | ||
group: skills | ||
connector: | ||
protocol: http | ||
timeout: 2.0 | ||
url: http://dff-user-kg-skill:8028/respond | ||
dialog_formatter: state_formatters.dp_formatters:dff_user_kg_skill_formatter | ||
response_formatter: state_formatters.dp_formatters:skill_with_attributes_formatter_service | ||
previous_services: | ||
- skill_selectors | ||
required_previous_services: null | ||
state_manager_method: add_hypothesis | ||
tags: null | ||
endpoint: respond | ||
service: skills/dff_user_kg_skill/service_configs/dff-user-kg-skill | ||
date_created: '2023-06-22T09:45:32' |
Oops, something went wrong.