Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #78426, Bug #21830667) Output parameters in combination with a command of type CommandType.Text were not supported. This fix changed how Connector/NET manages the parameters with an output direction for text commands. An Important Update ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
Now, it is permitted to send passwords without hashing or encryption by using mysql_clear_password on the client side together with any server-side plugin that needs a clear text password, such as for LDAP pluggable authentication. (Bug #31267800) ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Django 3.0 support while preserving compatibility with Django ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt.html
The execute_prepared_stmt_async routine creates a task that executes SQL statements asynchronously within an event stored in the schema_name schema. schema_name (VARCHAR(255)): specifies the schema to run the given SQL statements. If the schema is ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-authenticate-service.html
What's Next Learn how to perform the following tasks: Generate Text-Based Content Set Up a Vector Store Generate Vector Embeddings Perform a Vector Search Start a Conversational Chat . Note If the dynamic group belongs to the default identity ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-prepare-an-anomaly-detection-model.html
mysql> CREATE TABLE training_data ( log_id INT AUTO_INCREMENT PRIMARY KEY, log_message TEXT, timestamp DATETIME, target TINYINT ); Insert the sample data to be trained into the table. mysql> CREATE TABLE testing_data ( log_id INT AUTO_INCREMENT ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-topic-modeling-train.html
document_column: Define the column that contains the text that the model uses to generate topics and tags as output. The output is an array of word groups that best characterize the text. After preparing the data for topic modeling, you can train ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-an-anomaly-detection-model.html
Options for Anomaly Detection on Log Data When you run anomaly detection on log data (MySQL 9.2.2 and later), you have the option to leverage MySQL HeatWave GenAI for textual summaries of the results. JSON_OBJECT('logad_options', ...To generate ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-genai-external-llms.html
MySQL HeatWave GenAI External LLMs 14.2.3 MySQL HeatWave GenAI External LLMs MySQL HeatWave GenAI supports external LLMs provided by Amazon Bedrock. When external LLMs are used, data leaves your MySQL HeatWave Cluster to be processed by Amazon ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-genai-view-models.html
View Available Models 14.2.1 View Available Models As of MySQL 9.3.2, once you are connected to a DB System, you can view the list of available models and information on them with the ML_SUPPORTED_LLMS view inside the sys schema of the DB System: ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-workload-perf-data.html
Recent Queries Displays recently executed queries with the Query Text, the query Start Time, and the Duration (ms) of the query. You are provided with options to Search by Query Text for specific queries and to Aggregate Executions to view ... MySQL ...