Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-embed-row.html
This topic contains the following sections: ML_EMBED_ROW Syntax Syntax Examples See Also ML_EMBED_ROW Syntax mysql> SELECT sys.ML_EMBED_ROW('Text'[, options]); options: JSON_OBJECT(keyvalue[, keyvalue] ...) keyvalue: { 'model_id', {'ModelID'} ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate.html
The ML_GENERATE routine uses the specified large language model (LLM) to generate text-based content as a response for the given natural-language query. As of MySQL 9.4.1, the ML_GENERATE lets you generate text-based responses for queries ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-nl-sql.html
The routine also runs the generated SQL statement and displays the result set. You can use this routine for generating and running SQL queries only for databases and tables that you have access to. The routine automatically detects these errors, and ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-vector-store-load.html
Each object in the list can include the following parameters: urioptions: JSON_OBJECT(urioptskeyvalue[, urioptskeyvalue]) urioptskeyvalue: { 'uri', 'URI' |'table_name', 'TableName' } uri: specifies the additional URI. It can include the following ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26.html
Advisor Auto Parallel Load Auto Scheduling Functionality Added or Changed Advisor The new MySQL HeatWave Advisor provides string column encoding and data placement key recommendations based on machine learning models, data analysis, and MySQL ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-32-2.0.8.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for the following MySQL server enterprise keyring features: keyring UDF functions, keyring_file, keyring_encrypted_file, and keyring_oci. This adds a new ...(WL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-debugging-profiling.html
logger The name of a class that implements 'com.mysql.cj.log.Log' that will be used to log messages to. Default Value com.mysql.cj.log.StandardLogger Since Version 3.1.1 profilerEventHandler Name of a class that implements the interface ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-prepared-statements.html
Default Value true Since Version 3.1.12 useServerPrepStmts Use server-side prepared statements if the server supports them? The server may limit the number of prepared statements with 'max_prepared_stmt_count' or disable them altogether. In case of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-fips.html
KeyManagerFactoryProvider: The name of the a Java Security Provider that provides a javax.net.ssl.KeyManagerFactory implementation. keyStoreProvider: The name of the a Java Security Provider that provides a java.security.KeyStore implementation, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-named-pipe.html
The “address-equals” or “key-value” form of host specification (see Single host for details) greatly simplifies the URL for a named pipe connection on Windows. Important Minimal permissions on named pipes are granted to clients that use ...