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-setupPostgreSQL でベクトル ストレージ用に 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