Supabase Integration Question #734
Unanswered
jameswong3388
asked this question in
Q&A
Replies: 1 comment
-
The rework at #968 of how errors are displayed was just released and gave me more info than just [object, Object] in your exact scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was looking at how to integrate supabase with langchain, then I found this.
https://js.langchain.com/docs/modules/indexes/vector_stores/integrations/supabase
Do i must to follow this ? The following is my table to store the embeddings, and function to do the vector search.
All this SQL scripts can be found here
https://github.com/supabase-community/nextjs-openai-doc-search/blob/main/supabase/migrations/20230406025118_init.sql
And this is my vector store, but it returned
Beta Was this translation helpful? Give feedback.
All reactions