什么是 pgvector-setup?
在 PostgreSQL 中设置 pgvector 用于向量存储。当被要求“设置向量数据库”、“配置 pgvector”、“创建嵌入表”、“设置语义搜索”或使用 PostgreSQL 构建 RAG 应用程序时使用。 来源:constructive-io/constructive-skills。
在 PostgreSQL 中设置 pgvector 用于向量存储。当被要求“设置向量数据库”、“配置 pgvector”、“创建嵌入表”、“设置语义搜索”或使用 PostgreSQL 构建 RAG 应用程序时使用。
通过命令行快速安装 pgvector-setup AI 技能到你的开发环境
来源:constructive-io/constructive-skills。
Set up PostgreSQL with pgvector for storing and querying vector embeddings. This is the foundation for building RAG (Retrieval-Augmented Generation) applications.
pgvector must be available in your PostgreSQL instance. Use one of these Docker images:
| pyramation/postgres:17 | PostgreSQL 17 with pgvector (recommended) | | ghcr.io/constructive-io/docker/postgres-plus:17 | PostgreSQL 17 with pgvector and additional extensions |
在 PostgreSQL 中设置 pgvector 用于向量存储。当被要求“设置向量数据库”、“配置 pgvector”、“创建嵌入表”、“设置语义搜索”或使用 PostgreSQL 构建 RAG 应用程序时使用。 来源:constructive-io/constructive-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/constructive-io/constructive-skills --skill pgvector-setup在 PostgreSQL 中设置 pgvector 用于向量存储。当被要求“设置向量数据库”、“配置 pgvector”、“创建嵌入表”、“设置语义搜索”或使用 PostgreSQL 构建 RAG 应用程序时使用。 来源:constructive-io/constructive-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/constructive-io/constructive-skills --skill pgvector-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/constructive-io/constructive-skills