File tree 3 files changed +16
-2
lines changed
services/language_translation
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ Node-RED Watson Nodes for IBM Bluemix
8
8
<a href =" https://cla-assistant.io/watson-developer-cloud/node-red-node-watson " ><img src =" https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson " alt =" CLA assistant " /></a >
9
9
10
10
11
+ ### New in version 0.4.19
12
+ - New Similarity Search (Beta) Node
13
+ - New Language Translation Util mode, to request available translation models
14
+ - Translation Node now has option to look for global translation settings
15
+ - Enhancements to Conversation Node
16
+ - Node has option to remember context
17
+ - Context support for single user and multi-user models
18
+ - Ability to reset context, including user specific reset
19
+ - Ability to splice in additional context variables.
20
+ - Added Concept support to News Node
21
+
11
22
### New in version 0.4.18
12
23
- Name space fixes to Text to Speech Node
13
24
@@ -120,7 +131,9 @@ A collection of nodes to interact with the IBM Watson services in [IBM Bluemix](
120
131
- Relationship Extraction
121
132
- Extract entities and their relationships from unstructured text
122
133
- Retrieve and Rank
123
- - Creates a trainable search engine for your data
134
+ - Creates a trainable search engine for your data
135
+ - Similarity search
136
+ - Create and search against image collections
124
137
- Speech To Text
125
138
- Convert audio containing speech to text
126
139
- Text To Speech
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-node-watson" ,
3
- "version" : " 0.4.18 " ,
3
+ "version" : " 0.4.19 " ,
4
4
"description" : " A collection of Node-RED nodes for IBM Watson services" ,
5
5
"dependencies" : {
6
6
"alchemy-api" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 127
127
</ script >
128
128
129
129
< script type ="text/x-red " data-help-name ="watson-translate ">
130
+ < p > Packaged in with release 0.4.19 of node-red-node-watson</ p >
130
131
< p > The Language Translation service enables you to translate text from one language to another and to add your own translation models . < / p >
131
132
< p > </ p >
132
133
< p > < b > Translation Mode</ b > . < / p >
You can’t perform that action at this time.
0 commit comments