AI Agents
AI Agents' Skills
Description
With MindsDB, you can create and deploy AI agents that comprise AI models and customizable skills such as knowledge bases and text-to-SQL.
Learn more about AI Agents here.
There are two types of skills available in MindsDB:
- Text2SQL skill translates users’ questions into SQL queries and fetches relevant information from data sources assigned to this skill.
- Knowledge Bases store data from databases, files, or webpages, and use different retrieval methods to fetch relevant information and present it as answers.
Syntax
Here is how to create a new skill:
Note that it is required to assign a database and a set of tables to be used by this skill.
Here is how to list all available skills:
Here is how to get an existing skill by name:
Here is how to update a skill with new datasets:
Here is how to delete a skill:
Here is how to create an agent and assign it a skill:
Was this page helpful?