通过 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

版本能对上吗
0
9
李恩_Leeon
可以加微信群
2024-03-04
共9条回复

AI大语言模型 ChatGPT从0到1打造私人智能英语学习助手

详解大语言模型原理、发展历史、工程实践全链路实战3个项目

778 学习 · 69 问题

查看课程