community-automations/supabase-vector

リサーチ&インテリジェンス

PublicClaude サブエージェント

Supabase ベクターパイプライン

ベクトルパイプラインはすぐにカオスになります。ファイルを再取り込みするたびにチャンクが重複し、どれが最新なのか誰も分からなくなります。このフローは、insert・upsert・検索を一元管理します。

sonnet3日以内SupabasepgvectorOpenAI EmbeddingsEdge Functions
ClaudeClaude
ROI for
README.md

このサブエージェントを選ぶ理由

ベクトルパイプラインはすぐにカオスになります。ファイルを再取り込みするたびにチャンクが重複し、どれが最新なのか誰も分からなくなります。このフローは、insert・upsert・検索を一元管理します。

すべてSupabase上のpgvectorに集約され、upsertは安定したドキュメントIDをキーに行われるため、再取り込み時は古いチャンクが置き換わり、積み重なることはありません。すべての操作がソースIDとともにログに記録されるので、何がいつ埋め込まれたかをいつでもトレースできます。

動作の流れ

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

出力サンプル

json
// Sample output
// (generated when the pipeline finishes)

Run insert, upsert, and retrieval over a Supabase pgvector store with stable IDs and a logged audit trail.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.