I am using the sample app of speech to text: https://github.com/watson-developer-cloud/speech-to-text-nodejs
How can I store the generated text to Cloudant NoSQL Database?
Thanks in advance.
Related
I am creating a chatbot that integrates Mongodb as its database. I have been looking for code that connects a MongoDB database to Dialogflow so that I could create functions for the intents I have been making. I will put the code via the in-line editor of Dialogflow. How do I make this connection? Thank you in advance!
I am trying to connect IBM Watson Assistant to IBM Db2.
The use case is the user will input data through a channel and the data will be inserted in Db2.
I am under the impression that Node.Js would be needed and I am confused on how to get Data inputted into Db2 through the Watson Assistant.
Any help would be greatly appreciated. Thanks in advance!
this Assistant Db tutorial shows how to call from Assistant to a cloud function and then into a database.
Although it is querying the database with information from Assistant, the Nodejs code could instead update the database with information from Assistant. You would have to write this update code for your use case.
I recommend the same architecture to work with your database.
I am using IBM Bluemix quickstart in order to display sensor data from Node-red and I am able to see the sensor data coming in real time in Bluemix. However, I would like to save this in Cloudant NoSQL. How can I do this, link the quickstart data to be saved in Cloudant NoSQL DB?
Any help is much appreciated!
I have a mobile app that uses Mobilefirst Cloudant sdk to work on top of Bluemix.
One type of the json document in the Cloudant DB needs to have an image as a field. Can you give me some example in Swift as how to store and read it?
I have a Cloudant local datastore on the device, it is synched with the server. So I shouldnot need to worry about the performance?
Thanks.
Jen
Assuming you are using CDTDatastore, you should use the attachment's API which is designed to hold binary blobs, such as images, see using attachments in the CDTDatastore documentation. You should also read up about attachments and their possible performance implications in the Cloudant Documentation
I am building a application where I am trying to use IBM Watson question & answer API.
Currently I see only corpus for Healthcare and Travel, but I would like to ingest Custom dataset suiting my needs. Can anyone please point me to right direction or exact API which does that or IBM already built explorer which I can use to upload the data files directly.
Thanks for the help
At this time you can not ingest corpus data into IBM Watson. That is coming in the future.