Search Results
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-embed-table.html
If the specified output table doesn't exist, then a new table is created. details_column: specifies a name for the output table column that is created for adding details of errors encountered for rows that aren't processed successfully by the ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-rag.html
The routine uses vector store tables and embedding tables created using the same embedding model for context retrieval. Instead, it uses this embedding for context retrieval from valid vector store and embedding tables that contain vector embeddings ... The ML_RAG routine performs retrieval-augmented generation (RAG) by: Taking a natural-language ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-nl2ml.html
For example, "What are the different types of machine learning models I can create?". The NL2ML (natural language to machine learning) routine allows you to ask questions and receive relevant citations from MySQL AI documentation. Note To use this ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-5-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #38260769) When running CREATE or INSERT statements on a NDB Binlog server with sql_log_bin = 0, replication would fail due to a table not existing. MySQL NDB ...
https://dev.mysql.com/doc/workbench/en/wb-basic-modeling.html
On the MySQL Model screen, double-click the Add Diagram icon (shown in the following figure). Figure 9.29 Adding an EER Diagram From an EER diagram page you can graphically design a database.
https://dev.mysql.com/doc/workbench/en/wb-database-diff-report.html
This facility enables you to create a report detailing the differences between your MySQL Workbench model, and a live database or script. Choose Database, Compare Schemas from the main menu to run the Compare and Report Differences in Catalogs ...
https://dev.mysql.com/doc/workbench/en/wb-develop-object-management-inspector.html
The Table Inspector includes an easy-to-use interface for analyzing and creating indexes for your tables. The Schema Inspector and Table Inspector each include the ability to analyze and repair tables, and also view table metrics. Schema Inspector ...
https://dev.mysql.com/doc/workbench/en/wb-develop-object-management.html
From here, you can perform common tasks such as selecting tables and fields to query, edit tables, create new or drop tables and databases, perform searches, and more. The Object Browser allows you to navigate database schemas and objects.
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-results.html
The results area of the screen shows the results from executed statements. If the script contains multiple statements, a result subtab will be generated for each statemented that returned results. The following figure shows a single subtab and ...
https://dev.mysql.com/doc/workbench/en/wb-develop.html
A set of visual tools to create, edit, and manage SQL queries, database connections, and objects.