Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Watson service endpoints #11

Open
jeancarl opened this issue Feb 13, 2019 · 1 comment · May be fixed by chunyianliew/node-red-contrib-tjbot#1
Open

Add support for Watson service endpoints #11

jeancarl opened this issue Feb 13, 2019 · 1 comment · May be fixed by chunyianliew/node-red-contrib-tjbot#1

Comments

@jeancarl
Copy link
Owner

Only the default Dallas location for the Watson service endpoint is currently supported by the nodes. Add support for other Watson service endpoints listed below via a companion select box for each API key input.

Watson Assistant (https://cloud.ibm.com/apidocs/assistant#service-endpoint):

Language Translator (https://cloud.ibm.com/apidocs/language-translator#service-endpoint):

Speech to Text (https://cloud.ibm.com/apidocs/speech-to-text#service-endpoint):

Text to Speech (https://cloud.ibm.com/apidocs/text-to-speech#service-endpoint)

Tone Analyzer (https://cloud.ibm.com/apidocs/tone-analyzer#service-endpoint):

@chunyianliew
Copy link

IBM Changed has the end point again for newly created AI services: https://cloud.ibm.com/apidocs/assistant/assistant-v2

In the example given in the above page you can see that the URL of the endpoint is now including a instance reference: https://api.us-south.assistant.watson.cloud.ibm.com/instances/6bbda3b3-d572-45e1-8c54-22d6ed9e52c2

Next to that, two additional locations have become available for the Visual Recognition Service next to Dallas: Frankfurt and Seoul. See https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4 for more information.

Wouldn't it be easier to just allow the configuration of the End Point URL's as a simple open text fields instead of pre-configured picklist listing the available locations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants