-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(scripts): use pg instead of supabase #10337
Conversation
7adad23
to
525cc3b
Compare
scripts/ai-help-macros.ts
Outdated
@@ -56,7 +57,14 @@ export async function updateEmbeddings( | |||
} | |||
|
|||
// Supabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super tiny little nitty-nit: At this point, it is not about Supabase any more, it should be Postgres.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
Move to node-postgres to enable local postgres without supabase and enable us to move to our central DB in the future.
How did you test this change?
Locally