Skip to content

Commit a1f1a01

Browse files
committed
add travel agent notebook
1 parent de2011d commit a1f1a01

File tree

2 files changed

+581
-0
lines changed

2 files changed

+581
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ table.wrap80 col.desc { width: 80ch; }
103103
<td>Demonstrates how to use the MySQL DISTANCE function to compute similarity between image embeddings</td>
104104
<td><a href="./python/mysqlai/bring_your_own_embeddings.ipynb">MySQL AI</a></td>
105105
</tr>
106+
<tr>
107+
<td>Travel agent that can search hotels, show room options, and make reservations using LangChain Agent, MySQL AI Database, Oracle MCP Server, and OCI LLMs.</td>
108+
<td><a href="./python/mysqlai/travel_agent.ipynb">MySQL AI</a></td>
109+
</tr>
106110
</table>
107111

108112
## SQL examples

0 commit comments

Comments
 (0)