File tree Expand file tree Collapse file tree 4 files changed +1048
-0
lines changed Expand file tree Collapse file tree 4 files changed +1048
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ table.wrap80 col.desc { width: 80ch; }
5050 <td>Demonstrates the application of ML_GENERATE for summarization using data from the 2024 Olympic Games</td>
5151 <td><a href="./python/heatwave/summarization.ipynb">HeatWave</a> <a href="./python/mysqlai/summarization.ipynb">MySQL AI</a></td>
5252 </tr >
53+ <tr >
54+ <td>Demonstrates the application of ML_GENERATE for summarization using data from the 2024 Olympic Games which is saved in a MySQL table</td>
55+ <td><a href="./python/mysqlai/summarization_database_table.ipynb">MySQL AI</a></td>
56+ </tr >
5357 <tr >
5458 <td>Showcase the use of ML_RAG for Retrieval Augmented Generation (RAG) and HEATWAVE_CHAT for engaging in natural language interactions using data from the 2024 Olympic Games</td>
5559 <td><a href="./python/heatwave/rag_chat.ipynb">HeatWave</a> <a href="./python/mysqlai/rag_chat.ipynb">MySQL AI</a></td>
@@ -91,6 +95,14 @@ table.wrap80 col.desc { width: 80ch; }
9195 <td>Weather agent that can query live data by using weather and calculator tools powered by HeatWave GenAI and LangChain</td>
9296 <td><a href="./python/heatwave/langchain_weather_agent_heatwave_genai.ipynb">HeatWave</a></td>
9397 </tr >
98+ <tr >
99+ <td>Demonstrates the application of ML_EMBED_ROW and ML_EMBED_TABLE for embedding generation using data from the 2024 Olympic Games</td>
100+ <td><a href="./python/mysqlai/embedding.ipynb">MySQL AI</a></td>
101+ </tr >
102+ <tr >
103+ <td>Demonstrates how to use the MySQL DISTANCE function to compute similarity between image embeddings</td>
104+ <td><a href="./python/mysqlai/bring_your_own_embeddings.ipynb">MySQL AI</a></td>
105+ </tr >
94106</table >
95107
96108## SQL examples
You can’t perform that action at this time.
0 commit comments