·pgvector-semantic-search
</>

pgvector-semantic-search

timescale/pg-aiguide

PostgreSQL でのテキスト埋め込みを使用したセマンティック検索の pgvector セットアップとベスト プラクティス

39インストール·3トレンド·@timescale

インストール

$npx skills add https://github.com/timescale/pg-aiguide --skill pgvector-semantic-search

SKILL.md

Semantic search finds content by meaning rather than exact keywords. An embedding model converts text into high-dimensional vectors, where similar meanings map to nearby points. pgvector stores these vectors in PostgreSQL and uses approximate nearest neighbor (ANN) indexes to find the closest matches quickly—scaling to millions of rows without leaving the database. Store your text alongside its embedding, then que...

This guide covers pgvector setup and tuning—not embedding model selection or text chunking, which significantly affect search quality. Requires pgvector 0.8.0+ for all features (halfvec, binaryquantize, iterative scan).

Use this configuration unless you have a specific reason not to.

PostgreSQL でのテキスト埋め込みを使用したセマンティック検索の pgvector セットアップとベスト プラクティス ソース: timescale/pg-aiguide。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/timescale/pg-aiguide --skill pgvector-semantic-search
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

pgvector-semantic-search とは?

PostgreSQL でのテキスト埋め込みを使用したセマンティック検索の pgvector セットアップとベスト プラクティス ソース: timescale/pg-aiguide。

pgvector-semantic-search のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/timescale/pg-aiguide --skill pgvector-semantic-search インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/timescale/pg-aiguide