You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/www/_blog/2024-12-02-supabase-ai-assistant-v2.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ date: '2024-12-02'
14
14
toc_depth: 3
15
15
---
16
16
17
-
Today we releasing Supabase Assistant v2 in the dashboard - a global assistant with several new abilities:
17
+
Today we are releasing Supabase Assistant v2 in the Dashboard - a global assistant with several new abilities:
18
18
19
19
1. Postgres schema design
20
20
1. Data queries and charting
@@ -26,9 +26,9 @@ Today we releasing Supabase Assistant v2 in the dashboard - a global assistant w
26
26
27
27
## A new, unified approach to AI
28
28
29
-
Our new Assistant 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).
29
+
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).
30
30
31
-
The result is a single panel that's persistent across the entire dashboard. It sits alongside your workspace and can be called upon when needed (`cmd+i`!). It automatically retrieves context for your prompt and can be provided with extra context similar to other AI tools like Cursor and GitHub Copilot.
31
+
The result is a single panel that's persistent across the entire Dashboard. It sits alongside your workspace and can be called upon when needed (`cmd+i`!). It automatically retrieves context for your prompt and can be provided with extra context similar to other AI tools like Cursor and GitHub Copilot.
32
32
33
33
## New abilities in Supabase Assistant v2
34
34
@@ -64,7 +64,7 @@ The new Assistant can run queries directly. This can be a useful (and fun) way t
64
64
65
65
### SQL to REST
66
66
67
-
Once your database is set up, probably want to connect to it directly or with one of our client libraries. If you're using our `supabase-js` library, we've added a helpful tool to convert an SQL query to supabase-js client code. Simply ask the Assistant to convert a query, and it will respond with either a complete snippet for you to copy or a combination of function + RPC call. This is powered by the [sql-to-rest](/docs/guides/api/sql-to-rest) tool.
67
+
Once your database is set up, you probably want to connect to it directly or with one of our client libraries. If you're using our `supabase-js` library, we've added a helpful tool to convert an SQL query to supabase-js client code. Simply ask the Assistant to convert a query, and it will respond with either a complete snippet for you to copy or a combination of function + RPC call. This is powered by the [sql-to-rest](/docs/guides/api/sql-to-rest) tool.
68
68
69
69
<Img
70
70
alt="Convert SQL to supabase-js code"
@@ -91,7 +91,7 @@ Suggest, create or update functions and triggers in a similar way to policies. J
91
91
92
92
## Feedback
93
93
94
-
This release gives us a foundation to build off and incorporate into other parts of your database journey. Where are you struggling the most when using Postgres? How might the Assistant help you? Send us your thoughts, ideas, concerns via the feedback form within the dashboard.
94
+
This release gives us a foundation to build off and incorporate into other parts of your database journey. Where are you struggling the most when using Postgres? How might the Assistant help you? Send us your thoughts, ideas, concerns via the feedback form in the Dashboard.
0 commit comments