# Pinecone Self Query Retriever

This example shows how to use a self query retriever with a Pinecone vector store.

## Usage

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

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