Skip to content

Commit

Permalink
fix table name
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaywrigley committed Mar 2, 2023
1 parent 93667be commit 89660f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const generateEmbeddings = async (essays: PGEssay[]) => {
const [{ embedding }] = embeddingResponse.data.data;

const { data, error } = await supabase
.from("paulg")
.from("pg")
.insert({
essay_title,
essay_url,
Expand Down

0 comments on commit 89660f2

Please sign in to comment.