Search Results
Displaying 2401 to 2406
of 2406 total results
- « Previous
- 239
- 240
- 241
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-similar-users.html
You can use the session variable for the model that is valid for the duration of the connection. This topic describes how to generate recommendations for similar users. For known users, the output includes a list of predicted users that have ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-users-to-items.html
You can use the session variable for the model that is valid for the duration of the connection. This topic describes how to generate recommended items for users. For known users and known items, the output includes a list of items that the user ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-summarize-content.html
MySQL uses a client-server ', 'architecture, where the server stores and manages the data, while clients connect to the ', 'server to access and manipulate the data. The following sections in this topic describe how to summarize exiting content ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-supported-models.html
This topic provides the list of languages that GenAI feature of MySQL AI supports and the embedding models as well as large language models (LLMs) that are available. The quality of the generated text outputs depends on the training and ability of ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-hw-genai-troubleshoot.html
Workaround: Ensure that you use the --sqlc flag when you connect to your database system: mysqlsh -uAdmin -pPassword -hPrivateIP --sqlc Replace the following: Admin: the admin name. This section describes some commonly encountered issues and errors ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-train.html
model_handle: A user-defined session variable that stores the machine learning model handle for the duration of the connection. Run the ML_TRAIN routine on a training dataset to produce a trained machine learning model. Before training models, make ...