---
hide_table_of_contents: true
---

# Zep Retriever

This example shows how to use the Zep Retriever in a `RetrievalQAChain` to retrieve documents from Zep memory store.

## Setup

```bash npm2yarn
npm i @getzep/zep-js
```

## Usage

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

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