3.0.0-beta • Published 3 years ago

node-red-contrib-mr-turing v3.0.0-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

With Mr. Turing you can create awesome chatbots that can read documents, manuals, articles, etc. and make an understanding of what each piece of the document has to say. You can make a question like you do to another human. Stop searching only with key words.

Installing on Node-red

To install the node you just need to click on the menu icon on the right top corner and then click on the Manage palette option. After the window opens you can choose the install tab and search for node-red-contrib-mr-turing and the button install will be available beside the module's name.

Credentials

You must create a user on this link to fill the fields User and Password, the Client ID and Client Secret are provided by Data.H or partners.

Choosing the Bot and the answer mode

After you've created your first bot and fed it with data on the website where you've created your account you can now place its name here and do the questions that you want through the flow. By default, you will receive as many answers as was generated by your chatbot but you can enable the random mode to receive only one randomly.

Using the module is simples like this

First of all, you have a question coming into a json inside of the msg.payload then the question will be processed on the server so you will receive the response that you can do whatever you want to. You can find bellow the key expected.

{
   "question": "how can i use the Mr. Turing node-red module?"
}
3.0.0-beta

3 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago