Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-scoring-a-recommendation-model.html
After generating predicted ratings/rankings and recommendations, you can score the model to assess its reliability. For a list of scoring metrics you can use with recommendation models, see Recommendation Model Metrics. For this use case, you use ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-items-to-users.html
This topic describes how to generate recommended users for items. For known users and known items, the output includes a list of users that will most likely give a high rating to an item and will also predict the ratings or rankings. For a new ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-similar-items.html
This topic describes how to generate recommendations for similar items. For known items, the output includes a list of predicted items that have similar ratings and are appreciated by similar users. The predictions are expressed in cosine ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-similar-users.html
This topic describes how to generate recommendations for similar users. For known users, the output includes a list of predicted users that have similar behavior and taste. The predictions are expressed in cosine similarity, and range from 0, very ...
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.