You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Visual Recognition v3 : added a Delete All Classifiers feature in the util node. Added corresponding Flow in Starter.
8
9
9
10
### New in version 0.4.4
@@ -17,13 +18,13 @@ available as part of AlchemyAPI Vision.
17
18
### New in version 0.4.2
18
19
- The transcription returned for the Speech to Text node now returns full (untruncated) transcription. The
19
20
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
22
23
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.
24
25
25
26
### 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
27
28
Watson Developer Cloud SDK for Node.js
28
29
- The dialog for the Language Translation service now loads available models dynamically. This allows
29
30
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](
35
36
# Nodes
36
37
37
38
- 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.
39
42
- Dialog
40
43
- Automate branching conversation between a user and your application.
41
44
- 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.
42
45
- Document Conversion
43
-
- Prepare documents for the Retrieve and Rank service.
46
+
- Prepare documents for the Retrieve and Rank service.
44
47
- Feature Extract
45
48
- Analyse a single piece of text content (either public URL, HTML or raw text)
46
49
to extract multiple AlchemyAPI detected features, e.g. entities, keywords,
0 commit comments