Skip to content

Commit 0dd7c33

Browse files
committed
adding both langchain/supabase refs
1 parent bc5a2d7 commit 0dd7c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pgvector.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- Reference: https://js.langchain.com/docs/modules/indexes/vector_stores/integrations/supabase#create-a-table-and-search-function-in-your-database
2+
-- Visit Supabase blogpost for more: https://supabase.com/blog/openai-embeddings-postgres-vector
13
-- Enable the pgvector extension to work with embedding vectors
24
create extension vector;
35

0 commit comments

Comments
 (0)