Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-5.html
                                (Bug #37112446) ndbinfo Information Database: Certain queries against ndbinfo tables were not handled correctly. With this fix, after a connection has been established, ClusterJ reports the actual assigned node ID in the log. (Bug #37518267) When ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-monitoring.html
                                 You can monitor the status of AutoML by querying the rapid_ml_status variable or by querying the ML_STATUS column of the performance_schema.rpd_nodes table. mysql> SHOW GLOBAL STATUS LIKE 'rapid_ml_status'; +-----------------+-------+ | ...Query ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prepare-data-split.html
                                Overview The TRAIN_TEST_SPLIT routine takes your datasets and prepares new tables for training and testing machine learning models. Two new tables in the same database are created with the following names: [original_table_name]_train ... You can ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prereqs.html
                                 Before You Begin Model and Table Sizes The table used to train a model cannot exceed 10 GB, 100 million rows, or 1017 columns. Data Requirements Each dataset must reside in a single table on the MySQL server. NaN (Not a Number) values are not ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training.html
                                The training dataset used with ML_TRAIN must reside in a table on the MySQL server. AutoML supports tables up to 10 GB in size with a maximum of 100 million rows and or 1017 columns. mysql> CALL sys.ML_TRAIN('table_name', 'target_column_name', ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-hw-genai-troubleshoot.html
                                If you find unsupported format files, then try one of the following: Delete the files with unsupported formats from the folder, and run the VECTOR_STORE_LOAD command again to load the vector embeddings into the vector store table again. Move the ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain-row.html
                                A table can include extra columns, and still use the AutoML model. This allows side by side comparisons of target column labels, ground truth, and explanations in the same table. The column names must match the feature column names in the table used ... The ML_EXPLAIN_ROW routine generates explanations for one or more rows of unlabeled ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-ai/en/news-9-5-0.html
                                This feature collects information on the schemas, tables, and columns that you have access to, and then uses a Large Language Model (LLM) to generate an SQL query for the question pertaining to your data. (Bug #38193173, WL #16315) MySQL AI now lets ... AutoML GenAI AutoML MySQL AI AutoML now supports advanced recommendation capabilities with the introduction of Deep Recommendation models, a deep learning-based approach to building embedding models for personalized ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html
                                Select each schema you want to export, optionally choose specific schema objects/tables from each schema, and generate the export. Configuration options include exporting to a project folder or self-contained SQL file, optionally dump stored ... Use ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
                                Table 3.1 Default Local Configuration Base File Path Operating System File Path Windows %AppData%\MySQL\Workbench\ macOS ~username/Library/Application Support/MySQL/Workbench/ Linux ~username/.mysql/workbench/ The next table provides a brief ...