通过 Supabase 查询数据的时候 报错
来源:5-21 -使用 supabase 实现向量存储与查询

慕先生8951129
2024-03-01
const store = new SupabaseVectorStore(embeddingModel, {
client: supabaseClient,
tableName: “documents”,
queryName: “match_documents”,
});
报错信息如下:
PGRST202 Could not find the function public.match_documents
match_documents 是什么意思,是要在 Supabase 设置吗?如何设置
写回答
1回答
-
李恩_Leeon
2024-03-01
版本能对上吗092024-03-04
相似问题