# HNSWLib Self Query Retriever

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

## Usage

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

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