Skip to content

Commit 1ce2dae

Browse files
authored
Merge pull request #135 from chughts/master
Updated README
2 parents 57f8612 + ceca558 commit 1ce2dae

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Node-RED Watson Nodes for IBM Bluemix
44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4f98536040924add9da4ca1deecb72b4)](https://www.codacy.com/app/BetaWorks-NodeRED-Watson/node-red-node-watson?utm_source=github.com&utm_medium=referral&utm_content=watson-developer-cloud/node-red-node-watson&utm_campaign=Badge_Grade)
55

66
### New in version 0.4.5
7+
- New Conversation experimental node.
78
- Visual Recognition v3 : added a Delete All Classifiers feature in the util node. Added corresponding Flow in Starter.
89

910
### New in version 0.4.4
@@ -17,13 +18,13 @@ available as part of AlchemyAPI Vision.
1718
### New in version 0.4.2
1819
- The transcription returned for the Speech to Text node now returns full (untruncated) transcription. The
1920
alternatives are returned in msg.fullresult. The dialog now loads available models dynamically. This will
20-
allow new speech models to be identified without requiring a further code change.
21-
- The Retrieve and Rank node nows stores credentials in a configuration node, allowing the credentials to be
21+
allow new speech models to be identified without requiring a further code change.
22+
- The Retrieve and Rank node nows stores credentials in a configuration node, allowing the credentials to be
2223
shared acrosss a flow with multiple Retrieve and Rank nodes.
23-
- New Tone Analyzer V3 node to support the V3 GA API.
24+
- New Tone Analyzer V3 node to support the V3 GA API.
2425

2526
### New in version 0.4.1
26-
- AlchemyAPI Image Analysis and Language nodes migrated from old Alchemy SDK to current
27+
- AlchemyAPI Image Analysis and Language nodes migrated from old Alchemy SDK to current
2728
Watson Developer Cloud SDK for Node.js
2829
- The dialog for the Language Translation service now loads available models dynamically. This allows
2930
new translation models to be identified without requiring a further code change. This version
@@ -35,12 +36,14 @@ A collection of nodes to interact with the IBM Watson services in [IBM Bluemix](
3536
# Nodes
3637

3738
- Concept Insights
38-
- Use concept graphs to tag and explore information and documents.
39+
- Use concept graphs to tag and explore information and documents.
40+
- Conversation
41+
- Add conversational capabilities into applications.
3942
- Dialog
4043
- Automate branching conversation between a user and your application.
4144
- Use natural language to automatically respond to user questions, cross-sell and up-sell, walk users through processes or applications, or even hand-hold users through difficult tasks.
4245
- Document Conversion
43-
- Prepare documents for the Retrieve and Rank service.
46+
- Prepare documents for the Retrieve and Rank service.
4447
- Feature Extract
4548
- Analyse a single piece of text content (either public URL, HTML or raw text)
4649
to extract multiple AlchemyAPI detected features, e.g. entities, keywords,

0 commit comments

Comments
 (0)