Search



Search Results
Displaying 171 to 180 of 654 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
(Bug #31390263) Implemented context managers to define the runtime context to establish when executing a with statement. The error: "ValueError: Datetime mapping scenario unhandled" (Bug #30950184) Because MySQL stores TEXT types as BLOB and JSON as ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-column-limits.html
MySQL HeatWave has the following column limits: As of MySQL 9.2.2, the maximum column width is 4192192 bytes. In previous versions of MySQL, the maximum column width is 65532 bytes. This includes the size of all the data and column metadata stored ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-debugging-queries.html
If the query is supported by MySQL HeatWave, the Extra column in the EXPLAIN output shows the following text: Using secondary engine RAPID; otherwise, that text does not appear. This topic describes how to debug queries that fail to offload to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-error-handling.html
See MySQL 9.5 Error Message Reference for Lakehouse error messages. As of MySQL 9.2.2, a detailed summary of warnings is available when loading data to Lakehouse. This includes warnings related to the schema inference stage of loading data. The ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
mysql> CREATE EXTERNAL TABLE table_1( col_1 text) FILE_FORMAT = (FORMAT csv FIELDS ESCAPED BY '') FILES = (URI = 'oci://mybucket@mynamespace/data_files/data_file_1.csv'); The value loads as: {"doc1":{\"doc2\":22}}. mysql> CREATE EXTERNAL TABLE ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-data-types.html
String and text data types: CHAR VARCHAR TEXT TINYTEXT MEDIUMTEXT LONGTEXT VECTOR BINARY (as of MySQL 9.6.1). For string and text data type limitations, see Section 11.2.1.1, “Data Type Limitations”. Columns with unsupported data types must be ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-train.html
To review supported embedding models in MySQL HeatWave, run the following query: SELECT sys.ML_LIST_LLMS(); and see models that have capabilities with TEXT_EMBEDDINGS. mysql> CALL sys.ML_TRAIN('topic_modeling_data.text_types_train', NULL, ... Run ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-0-0.html
MySQL HeatWave AutoML MySQL HeatWave Autopilot MySQL HeatWave GenAI MySQL HeatWave Lakehouse MySQL HeatWave Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML has increased the maximum model size from 900MB. The MySQL ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-1-0.html
MySQL HeatWave GenAI MySQL HeatWave Lakehouse MySQL HeatWave MySQL HeatWave GenAI MySQL HeatWave GenAI now lets you extract and encode text from images stored in unstructured documents using Optical Character Recognition (OCR). The extracted text ...(WL #16474) MySQL JavaScript Stored Programs now include a new GenAI API that you can use to call different MySQL HeatWave GenAI routines using JavaScript ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-genai-languages.html
Supported Languages 14.2.5 Supported Languages As of MySQL 9.0.1-u1, MySQL HeatWave GenAI supports natural-language communication, ingesting documents, as well as generating text-based content in multiple languages. The quality of the generated ...
Displaying 171 to 180 of 654 total results