---
hide_table_of_contents: true
---

import CodeBlock from "@theme/CodeBlock";
import Example from "@examples/agents/vectorstore.ts";

# VectorStore Agent Toolkit

This example shows how to load and use an agent with a vectorstore toolkit.

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