# Supabase Self Query Retriever

This example shows how to use a self query retriever with a [Supabase](https://supabase.com) vector store.

If you haven't already set up Supabase, please [follow the instructions here](/docs/modules/data_connection/vectorstores/integrations/supabase).

## Usage

import CodeBlock from "@theme/CodeBlock";
import Example from "@examples/retrievers/supabase_self_query.ts";

<CodeBlock language="typescript">{Example}</CodeBlock>
