Skip to content

Commit c1f0ff6

Browse files
authored
feat: add Assistant v2 video to blog post (supabase#30808)
1 parent 108aa18 commit c1f0ff6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/www/_blog/2024-12-02-supabase-ai-assistant-v2.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ Today we are releasing Supabase Assistant v2 in the Dashboard - a global assista
2424
1. Postgres Triggers: create and edit
2525
1. SQL to `supabase-js` conversion
2626

27+
<div className="video-container">
28+
<iframe
29+
className="w-full"
30+
src="https://www.youtube-nocookie.com/embed/_fdP-aaTHgw"
31+
title="We have improved Supabase AI ... A lot!"
32+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture; web-share"
33+
allowfullscreen
34+
/>
35+
</div>
36+
2737
## A new, unified approach to AI
2838

2939
Our new Assistant is more extensible, using a flexible system of components, tools, and APIs. You can provide context manually (e.g. an RLS Policy) or automatically based on whichever page you're visiting in the Dashboard (e.g. the specific table you're working on).

0 commit comments

Comments
 (0)