13.5 HeatWave GenAI Routines
The HeatWave GenAI Routines are stored procedures in MySQL that provides GenAI functionalities. The HeatWave GenAI Routines supported by 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 HeatWave GenAI In-database Vector Store to use the routine.ML_RAG_TABLE
. You need to have a HeatWave GenAI In-database Vector Store to use the routine.HEATWAVE_CHAT
.ML_EMBED_ROW
.-
ML_EMBED_TABLE
.
Parent topic: HeatWave GenAI