14.4 MySQL HeatWave GenAI Routines
The MySQL HeatWave GenAI Routines are stored procedures in MySQL that provides GenAI functionalities. The MySQL HeatWave GenAI Routines supported by MySQL HeatWave on AWS are listed below. See the full descriptions of these routines and how to use them in the HeatWave User Guide by following the links below:
ML_GENERATE
. When using Amazon Bedrock LLMs, only the task typegeneration
is supported;summarization
is not supported.ML_GENERATE_TABLE
. When using Amazon Bedrock LLMs, only the task typegeneration
is supported;summarization
is not supported.ML_RAG
. You need to have a MySQL HeatWave GenAI In-database Vector Store to use the routine.ML_RAG_TABLE
. You need to have a MySQL HeatWave GenAI In-database Vector Store to use the routine.HEATWAVE_CHAT
.ML_EMBED_ROW
.-
ML_EMBED_TABLE
.
Parent topic: MySQL HeatWave GenAI