node-red-node-watson
node-red-node-watson copied to clipboard
A collection of nodes for the IBM Watson services
Hi There, some Watson APIs offer the option to not log data on the platform. This is done via the header "X-Watson-Learning-Opt-Out". It seems that the nodered nodes don't offer...
Implement Knowledge Graph Query (currently beta) in the Discovery Node. https://www.ibm.com/watson/developercloud/discovery/api/v1/?curl#knowledge-graph-entities and https://console.bluemix.net/docs/services/discovery/building-kg.html#watson-discovery-knowledge-graph
Add a credentials and endpoint configuration node for each of the services. This will allow the credentials for when running outside IBM Cloud to be set once only and shared....
In Lite mode the fetch customisations for the STT node returns an error, which when displayed is causing alarm. Need to moderate this text to the effect that only customisations...
Copy of relevant points from feature request for Node SDK. STT now supports audio/mp3 and audio/mpeg for all methods that accept an audio format. Custom language models now have a...
The conversation service now provides API access to entities entity values entity value synonyms logs
Discovery API provides Create / Update and Delete of Environments, Configurations, Collections and Documents.
Add support for all formats as specified in the documentation - https://www.ibm.com/watson/developercloud/doc/text-to-speech/http.shtml#format
Some nodes (STT, TTS, Conversation, Language Translator), need a simplified payload option. It should default to false, but when set, put the current payload onto msg.fullpayload, and msg.payload to a...