MySQL HeatWave Release Notes
These release notes were created with the assistance of MySQL HeatWave GenAI.
MySQL HeatWave AutoML now supports drift detection for anomaly detection,
enabling you to identify changes in data distribution. With this
update, you can review the model metadata and enable the
additional_details
option with the
ML_PREDICT_TABLE
and
ML_PREDICT_ROW
routines to get valuable
insights into data drift, enhancing the overall anomaly
detection experience.
For more information, see Analyze Data Drift. (WL #16368)
Content generation using MySQL HeatWave GenAI now supports speculative decoding, which enables faster response token generation and speeds up text generation if the target Large Language Model (LLM) supports speculative decoding.
For more information, see ML_GENERATE, ML_GENERATE_TABLE, and @chat_options Parameters. (WL #16809)
Document ingestion using Auto Parallel Load has been enhanced to support customised segmentation of text during vector store creation. This enhancement lets you have greater control over how text is segmented, enabling more precise and tailored text analysis capabilities.
For more information, see Ingest Files Using Auto Parallel Load. (WL #16683)
MySQL HeatWave GenAI now supports automated discovery and listing of all available LLMs and embedding models in MySQL HeatWave. This enhancement lets you stay up-to-date on model availability, and enables you to make informed usage decisions especially in the case of OCI Generative AI Service models as the list of models available in MySQL HeatWave might change before a new version of MySQL is available.
For more information, see Supported Models and Languages. (WL #16664)
MySQL HeatWave Lakehouse now supports the direct loading of compressed files from
Object Storage into tables, enhancing data ingestion
capabilities and simplifying data pipelines. This update lets
you load gzip
, zip
, and
bzip2
compressed files that contain CSV and
JSON data into MySQL HeatWave. This enhancement streamlines the process
of working with compressed data, making it more efficient and
cost effective for you to manage and analyze your data within
MySQL HeatWave Lakehouse.
For more information, see Lakehouse External Table Syntax. (WL #16650)
MySQL HeatWave Lakehouse now supports loading vector columns from CSV and Parquet files, enabling you to bring your own custom vector embeddings into MySQL HeatWave and leverage MySQL HeatWave GenAI features. With this enhancement, you can optimize and manage semantic search capabilities for your datasets and integrate with the large ecosystem of GenAI capabilities.
For more information, see Supported File Formats and Data Types. (WL #16563)