人工智能与向量
The best vector database is the database you already have.
Supabase 提供了一个开源工具包,用于使用 Postgres 和 pgvector 开发 AI 应用。使用 Supabase 客户端库可以大规模存储、索引和查询你的向量嵌入。
🌐 Supabase provides an open source toolkit for developing AI applications using Postgres and pgvector. Use the Supabase client libraries to store, index, and query your vector embeddings at scale.
工具包包括:
🌐 The toolkit includes:
- 一个 向量存储 和嵌入支持使用 Postgres 和 pgvector。
- 一个用于管理非结构化嵌入的 Python 客户端。
- 在 Edge Functions 中直接使用开源模型进行 嵌入生成 的过程。
- 数据库迁移 用于管理结构化嵌入。
- 与所有流行的AI供应商的集成,例如OpenAI、Hugging Face、LangChain等。
搜索 #
🌐 Search
你可以使用 Supabase 为你的应用构建不同类型的搜索功能,包括:
🌐 You can use Supabase to build different types of search features for your app, including:
示例 #
🌐 Examples
看看我们 GitHub 仓库里的所有 AI 模板和示例。
🌐 Check out all of the AI templates and examples in our GitHub repository.
集成 #
🌐 Integrations
案例研究 #
🌐 Case studies