const store = new SupabaseVectorStore(embeddingModel, {
client: supabaseClient,
tableName: “documents”,
queryName: “match_documents”,
});
报错信息如下:
PGRST202 Could not find the function public.match_documents
match_documents 是什么意思,是要在 Supabase 设置吗?如何设置