Skip to content

Commit

Permalink
fix: prop-ex component card
Browse files Browse the repository at this point in the history
* changes reflected in pipelines in dream_kg and dream_kg_prompted
  • Loading branch information
annakorz committed Dec 11, 2023
1 parent ae4dc01 commit a0a451a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assistant_dists/dream_kg/pipeline_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"state_manager_method": "add_annotation",
"is_enabled": true,
"source": {
"component": "components/7v330b9odypuiugqeiuqij.yml",
"component": "components/wM5Hf4GVelUr2s8vrTBtaS.yml",
"service": "annotators/property_extraction/service_configs/property-extraction"
}
},
Expand Down
2 changes: 1 addition & 1 deletion assistant_dists/dream_kg_prompted/pipeline_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"state_manager_method": "add_annotation",
"is_enabled": true,
"source": {
"component": "components/7v330b9odypuiugqeiuqij.yml",
"component": "components/wM5Hf4GVelUr2s8vrTBtaS.yml",
"service": "annotators/property_extraction/service_configs/property-extraction"
}
},
Expand Down
24 changes: 24 additions & 0 deletions components/wM5Hf4GVelUr2s8vrTBtaS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: property_extraction
display_name: Property Extraction
component_type: null
model_type: NN-based
is_customizable: false
author: [email protected]
description: extracts user attributes from utterances into a structured RDF triplets
ram_usage: 9G
gpu_usage: 2G
group: annotators
connector:
protocol: http
url: http://property-extraction:8136/respond
dialog_formatter: state_formatters.dp_formatters:property_extraction_formatter_dialog
response_formatter: state_formatters.dp_formatters:simple_formatter_service
previous_services:
- annotators.ner
- annotators.entity_linking
required_previous_services: null
state_manager_method: add_annotation
tags: null
endpoint: respond
service: annotators/property_extraction/service_configs/property-extraction
date_created: '2023-12-11T13:45:33'

0 comments on commit a0a451a

Please sign in to comment.