Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean.html
Installing MySQL AI requires the following steps: Install the MySQL AI installer. Run the MySQL AI installer to install and configure MySQL AI server and tools. The MySQL AI installer can be run in the following ways: GUI Installer: a graphical ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-introduction.html
MySQL Router AI Edition, which supports MySQL REST Service Important The responses produced by generative artificial intelligence (AI) models may not always be accurate, complete, current, or appropriate for Your intended use. MySQL AI consists of ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-automl-privileges.html
mysql> GRANT SELECT, ALTER ON database_name.* TO 'user_name'@'%'; You need the following privileges to access the database that stores the output tables of generated predictions and explanations. To use AutoML, ask the admin user to grant you the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-sharing.html
The following example generates a table of predictions for the imported model. This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-topic-modeling-prepare.html
This topic describes how to prepare the data to use for topic modeling. To prepare the data for this use case, you set up a dataset to use for both training and testing. You have the option to automatically Prepare Training and Testing Datasets ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store.html
Using the inbuilt vector store and retrieval-augmented generation (RAG), you can load and query unstructured documents stored in the local filesystem using natural language within the MySQL AI ecosystem. The sections in this topic describe how to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-load.html
The ML_MODEL_LOAD routine loads a model from the model catalog. A model remains loaded until the model is unloaded using the ML_MODEL_UNLOAD routine Use ML_MODEL_ACTIVE to check which models are active for which users. All active users and models ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-types.html
When training AutoML a model, use the ML_TRAIN model_list and exclude_model_list options to specify the training models to consider or exclude. The Model Metadata includes the algorithm_name field, which defines the model type. Recommendation models ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/index.html
Abstract This document contains release notes for the changes in MySQL Router 9 through 9.5.0. Updates to these notes occur as new product features are added, so that everybody can follow the development process. If a recent version is listed here ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.5/en/index.html
Abstract This document contains release notes for the changes in MySQL Shell 9.5. Updates to these notes occur as new product features are added, so that everybody can follow the development process. If a recent version is listed here that you ...