The MySQLSearchTool
is designed to search MySQL databases and return the most relevant results.
crewai_tools
package and utilize the MySQLSearchTool, execute the following command in your terminal:
db_uri
: A string representing the URI of the MySQL database to be queried. This argument is mandatory and must include the necessary authentication details and the location of the database.table_name
: A string specifying the name of the table within the database on which the semantic search will be performed. This argument is mandatory.