Search



Search Results
Displaying 941 to 950 of 953 total results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-tls.html
Important This section is a draft and subject to change. The default behavior is: client_ssl_mode = PREFERRED server_ssl_mode = AS_CLIENT This establishes TLS connections between the client and Router if the client desires switching to TLS and the ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-docker.html
Important You need to either run docker commands with sudo, or create a docker user group, and then add to it any users who want to run docker commands. The Docker deployment framework supports easy installation and configuration of MySQL Router.
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-statements.html
The following DML: CALL, INSERT, UPDATE, DELETE, REPLACE, IMPORT TABLE, LOAD DATA, LOAD XML, WITH...UPDATE/DELETE. The following describes read-only statements: Statements are read-only if they start with: SELECT DO VALUES TABLE WITH that is not ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
The location must be configured by the server system variable secure_file_priv for mysqld to import data securely from it. The MySQL AI Installer can also be run in command-line mode, without invoking the installation GUI. Install Without ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean.html
The location must be configured by the server system variable secure_file_priv for mysqld to import data securely from it. Installing MySQL AI requires the following steps: Install the MySQL AI installer. Run the MySQL AI installer to install and ...
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-data-drift-detection.html
The more important value is mean, and if it is greater than 1.0, then drift evaluation for the test results might not be reliable. MySQL AI includes data drift detection for classification and regression models. Before You Begin Review how to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-recommendation-model-types.html
If numerical data is used for implicit feedback, it is important to set the feedback_threshold option during training to distinguish what constitutes positive feedback. You can create recommendation models based on either explicit or implicit ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-summarize-content.html
Another important feature of MySQL is its ability to handle large ', 'amounts of data. The following sections in this topic describe how to summarize exiting content using the GenAI: Before You Begin Summarizing Content Running Batch Queries What's ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-load.html
To import a file from the local filesystem and create a vector store table, use the VECTOR_STORE_LOAD routine: mysql> CALL sys.VECTOR_STORE_LOAD("file://FilePath", @options); Replace FilePath with the unique reference index (URI) of the files or ...
Displaying 941 to 950 of 953 total results