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
Copy file name to clipboardExpand all lines: README.md
-195Lines changed: 0 additions & 195 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,6 @@ Version v6.0.0 of the SDK has been released and includes a number of breaking ch
25
25
### Updating endpoint URLs from watsonplatform.net
26
26
Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change.
27
27
28
-
### Personality Insights deprecation
29
-
IBM Watson™ Personality Insights is discontinued. For a period of one year from 1 December 2020, you will still be able to use Watson Personality Insights. However, as of 1 December 2021, the offering will no longer be available.
30
-
31
-
As an alternative, we encourage you to consider migrating to IBM Watson™ [Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-understanding), a service on IBM Cloud® that uses deep learning to extract data and insights from text such as keywords, categories, sentiment, emotion, and syntax to provide insights for your business or industry. For more information, see About Natural Language Understanding.
32
-
33
-
### Visual Recognition deprecation
34
-
IBM Watson™ Visual Recognition is discontinued. Existing instances are supported until 1 December 2021, but as of 7 January 2021, you can't create instances. Any instance that is provisioned on 1 December 2021 will be deleted.
35
-
36
-
### Compare and Comply deprecation
37
-
IBM Watson™ Compare and Comply is discontinued. Existing instances are supported until 30 November 2021, but as of 1 December 2020, you can't create instances. Any instance that exists on 30 November 2021 will be deleted. Consider migrating to Watson Discovery Premium on IBM Cloud for your Compare and Comply use cases. To start the migration process, visit https://ibm.biz/contact-wdc-premium.
38
-
39
28
### Supporting Node versions 10+
40
29
The SDK will no longer be tested with Node versions 6 and 8. Support will be officially dropped in v5.
41
30
@@ -486,39 +475,6 @@ assistant.message(
486
475
});
487
476
```
488
477
489
-
### Compare Comply
490
-
**IBM Watson™ Compare and Comply is discontinued. Existing instances are supported until 30 November 2021, but as of 1 December 2020, you can't create instances. Any instance that exists on 30 November 2021 will be deleted. Consider migrating to Watson Discovery Premium on IBM Cloud for your Compare and Comply use cases. To start the migration process, visit https://ibm.biz/contact-wdc-premium.**
491
-
492
-
Use the Compare Comply service to compare and classify documents.
Use the [Discovery Service][discovery] to search and analyze structured and unstructured data.
@@ -614,34 +570,6 @@ languageTranslator.identify(
614
570
});
615
571
```
616
572
617
-
### Natural Language Classifier
618
-
619
-
Use [Natural Language Classifier](https://cloud.ibm.com/docs/natural-language-classifier/getting-started.html) service to create a classifier instance by providing a set of representative strings and a set of one or more correct classes for each as training. Then use the trained classifier to classify your new question for best matching answers or to retrieve next actions for your application.
See this [example](https://github.com/watson-developer-cloud/node-sdk/blob/master/examples/natural_language_classifier.v1.js) to learn how to create a classifier.
644
-
645
573
646
574
### Natural Language Understanding
647
575
@@ -675,39 +603,6 @@ nlu.analyze(
675
603
```
676
604
677
605
678
-
### Personality Insights
679
-
**On 1 December 2021, Personality Insights will no longer be available.
680
-
Consider migrating to Watson Natural Language Understanding.
681
-
For more information, see https://github.com/watson-developer-cloud/node-sdk/tree/master#personality-insights-deprecation**
682
-
683
-
Analyze text in English and get a personality profile by using the
**IBM Watson™ Visual Recognition is discontinued. Existing instances are supported until 1 December 2021, but as of 7 January 2021, you can't create instances. Any instance that is provisioned on 1 December 2021 will be deleted.**
823
-
824
-
Use the [Visual Recognition][visual_recognition] service to recognize the
0 commit comments