Search



Search Results
Displaying 4061 to 4070 of 4733 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-users-to-items.html
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 will most likely give a high rating and the predicted rating or ranking. For a new user, and an ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-chat-details.html
This topic describes how to view a chat session details. It contains the following sections: Before You Begin Viewing Details What's Next Before You Begin Complete the steps to run GenAI Chat. Viewing Details To view the chat session details, ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-overview.html
The GenAI feature of MySQL AI lets you communicate with unstructured data using natural-language queries. It uses a familiar SQL interface which makes it is easy to use for content generation, summarization, and retrieval-augmented generation (RAG). Using GenAI, you can perform natural-language searches in a single step using either in-database or external large language models ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-privileges.html
mysql> GRANT SELECT, INSERT, CREATE, DROP, ALTER, UPDATE ON output_schema.* TO 'user_name'@'%'; For more information, see Privileges Provided by MySQL and Default MySQL Privileges.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-option-tracker.html
The Option Tracker component provides usage information about different features and components of MySQL AI. The integer flag usedCounter is incremented in real-time and persisted to storage every hour. The option_tracker_usage_get() function ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-myasql-genai-routines.html
MySQL JavaScript Stored Programs include a GenAI API that you can use to call different GenAI routines using JavaScript functions.
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/mysql-ai/9.5/en/mys-mysqlai-ml-model-unload.html
Note ML_MODEL_UNLOAD does not check whether the model specified is in the model catalog. If it is not, ML_MODEL_UNLOAD will succeed, but will not unload any model. Use ML_MODEL_ACTIVE to check which models are active and owned by the user.
https://dev.mysql.com/doc/mysql-ai/9.5/en/preface.html
See the MySQL AI License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this MySQL AI release. License Restrictions This software and related documentation ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-0-0.html
It was removed due to a dependency on a version of the server which is also no longer available for download. Bugs Fixed System variable changes were not propagated when read-write splitting was enabled. (Bug #36674083) Current schema changes were ...
Displaying 4061 to 4070 of 4733 total results