Skip to content

Commit f2793fd

Browse files
authored
Merge pull request #202 from chughts/master
Packaging for Release 0.4.19
2 parents e83fbd2 + f164a91 commit f2793fd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Node-RED Watson Nodes for IBM Bluemix
88
<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>
99

1010

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+
1122
### New in version 0.4.18
1223
- Name space fixes to Text to Speech Node
1324

@@ -120,7 +131,9 @@ A collection of nodes to interact with the IBM Watson services in [IBM Bluemix](
120131
- Relationship Extraction
121132
- Extract entities and their relationships from unstructured text
122133
- 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
124137
- Speech To Text
125138
- Convert audio containing speech to text
126139
- Text To Speech

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-watson",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"description": "A collection of Node-RED nodes for IBM Watson services",
55
"dependencies": {
66
"alchemy-api": "^1.3.0",

services/language_translation/v2.html

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
</script>
128128

129129
<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>
130131
<p>The Language Translation service enables you to translate text from one language to another and to add your own translation models.</p>
131132
<p></p>
132133
<p><b>Translation Mode</b>.</p>

0 commit comments

Comments
 (0)