Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Mastra活用|Text-to-SQLの実装と応用
Search
Shota Totsuka
April 15, 2025
0
120
Mastra活用|Text-to-SQLの実装と応用
Shota Totsuka
April 15, 2025
Tweet
Share
More Decks by Shota Totsuka
See All by Shota Totsuka
Bedrockでのプロンプト管理戦略
totsukash
3
140
Amazon SageMaker AIでモデル開発からデプロイまで試す
totsukash
2
46
Amazon CodeGuruをGitHubと統合して アプリケーションの品質管理を楽にする
totsukash
0
16
AWS Glueで始めるETLパイプライン
totsukash
0
22
Bedrockでガードレールのフィルターを理解する
totsukash
1
67
Amazon Novaを使用した蒸留
totsukash
2
87
SageMaker AIワークフローのあれこれ紹介
totsukash
1
71
Vertex AIで画像分類タスクのデータセットを準備する
totsukash
0
51
Text-to-SQLで自然言語から構造化データを取得する
totsukash
2
120
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Become a Pro
speakerdeck
PRO
28
5.4k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
920
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Transcript
AI Agent 勉強会 #2 2025 04.16 水 12:00-12:30 ONLINE Supported
by Mastra活用 Text-to-SQLの実装と応用
自己紹介 株式会社BLUEISH EM / AI Lead Engineer @totsumaru_dot 戸塚 翔太
普段はLLMアプリケーションの開発をしていま 現在は法人向けAIエージェントプラットフォーム「BLUEISH Agents」 の開発を担当しています
イベントを多数開催しています!
01 Blogの内容を理解する 02 サンプルコードのシステム構成図 03 サンプルコードを動かす & 理解する 04 まとめ
アジェンダ
01 Blogの内容を理解する 02 サンプルコードのシステム構成図 03 サンプルコードを動かす & 理解する 04 まとめ
アジェンダ
Blogの内容を理解する Mastra Text-to-SQL: from natural language to database queries c
https://mastra.ai/blog/txt-to-sq` c Text to SQLのデモページとそのコードの 解説が記載されている
Blogの内容を理解する Mastra: Agentの構成
Blogの内容を理解する Agentの構成
Blogの内容を理解する
Blogの内容を理解する
Blogの内容を理解する
Blogの内容を理解する
Blogの内容を理解する Tool
Blogの内容を理解する Tool
01 Blogの内容を理解する 02 サンプルコードのシステム構成図 03 サンプルコードを動かす & 理解する 04 まとめ
アジェンダ
サンプルコードのシステム構成図 サンプルコード https://github.com/mastra-ai/text-to-sql-example i Next.js(TS, Tailwind CSSA i PostgreSQL(SupabaseA i
Node.js (v20以降)
サンプルコードのシステム構成図
01 Blogの内容を理解する 02 サンプルコードのシステム構成図 03 サンプルコードを動かす & 理解する 04 まとめ
アジェンダ
サンプルコードを動かす & 理解する UIを触ってみる U https://mastra-text-to-sql.vercel.app7 U http://localhost:3000
01 Blogの内容を理解する 02 サンプルコードのシステム構成図 03 サンプルコードを動かす & 理解する 04 まとめ
アジェンダ
所感・まとめ V ぜひ触ってみてください7 V Text to SQLの仕組みは簡# V Mastraではtoolを差し込むだけで、クエリを作成から実行まで簡単にできる
Thank you!