CREATE CHATBOT
statement that lets you customize your chatbot with an AI model and a data source of your choice. Follow this tutorial to learn build a chatbot with a Text2SQL skill.
The CREATE CHATBOT
statement requires the following componenets:
CREATE DATABASE
statement to connect the chat app to MindsDB.
CREATE ML_ENGINE
statement, as explained here.complete
before proceeding.
Next step is to create one or more skills for an AI agent. Here we create a Text2SQL skill.
sales_data
table.
Now let’s create an AI agent using the above model and skill.
database
parameter stores connection to a chat app. And the agent
parameter stores an AI agent created by passing a model and training data.
You can query all chatbot using this query: