Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
Developer Related Notes Notes related to using and testing a locally compiled MySQL Router version for development purposes: To run a local build without make install, configure Router to find the newly built plugin_folder as compiling generates a ... MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-starting.html
Although Router searches a predetermined list of default paths for the configuration file, it is common to start Router by passing in a configuration file with the --config option. The process of configuring MySQL Router to automatically start when ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/index.html
It covers how to load data, run queries, optimize analytics workloads, and use machine learning and generative AI capabilities. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ease-of-use.html
You can use a model created by ML_TRAIN with other AutoML routines to generate predictions and explanations. For example, the following call to the ML_PREDICT_TABLE routine generates predictions for a table of input data: CALL ... The AutoML feature ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-recommendation-model-types.html
The recommendation models then use the feedback to generate predicted ratings for users and items. You can create recommendation models based on either explicit or implicit feedback. See Recommendation Models to review models that support either ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-chat.html
It extends the text generation by using a chat history that lets you ask follow-up questions, and uses the vector search functionality to draw its knowledge from the inbuilt vector store. The responses generated by GenAI Chat are quick and secure as ... You can use GenAI Chat to simulate human-like conversations where you can get responses for multiple queries in the same ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-load.html
This section describes how to generate vector embeddings for files or folders, and load the embeddings into a vector store table. The following sections in this topic describe how to ingest files into a vector store: Before You Begin Ingesting ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-row.html
The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-syntax.html
Keys and indexes on NDB Cluster tables are subject to the following limitations: Column width. Attempting to create an index on an NDB table column whose width is greater than 3072 bytes is rejected with ER_TOO_LONG_KEY: Specified key was too long; ... Some SQL statements relating to certain MySQL features produce errors when used with NDB tables, as described in the following list: Temporary ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
The branch column methods such as branch_col_le() compare a supplied value with the value of a column. These comparison types are supported only for the bitfield type, and can be used to test bitfield columns against bit patterns. The value passed ...Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by ...