Prompt Buddy logoPrompt Buddy

supabase · Supabase Docs

Supabase AI and Vectors

Implement AI-driven features and semantic search capabilities by leveraging pgvector for storing and querying embeddings, integrated with Supabase Edge Functions and Postgres for building advanced retrieval systems.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Supabase AI and Vectors

Implement AI-driven features and semantic search capabilities by leveraging pgvector for storing and querying embeddings, integrated with Supabase Edge Functions and Postgres for building advanced retrieval systems.

When To Use

Use when you need to implement semantic search, recommendation engines, or Retrieval-Augmented Generation (RAG) workflows involving vector storage, similarity queries, and AI orchestration.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/supabase-vector-md/workflow-guide.mdAn overview of Supabase Vector features, use cases, and technical details for storing and querying embeddings with pgvector.Questions about an overview of Supabase Vector features, use cases, and technical details for storing and querying embeddings with pg...

What This Skill Covers

  • Supabase Vector: Store, index, and query vector embeddings in Postgres with pgvector.

Workflow

  1. Start with the reference file that matches the question.
  2. Prefer the most relevant file under docs/ for exact instructions and prose guidance.
  3. Use schemas/ and examples/ for exact contracts, payloads, manifests, requests, and snippets.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical Sources