--- title: Vector Store Retriever node documentation description: Learn how to use the Vector Store Retriever node in n8n. Follow technical documentation to integrate Vector Store Retriever node into your workflows. contentType: [integration, reference] priority: medium --- # Vector Store Retriever node Use the Vector Store Retriever node to retrieve documents from a [vector store](/08-0-0-Workflow/glossary.md#ai-vector-store). On this page, you'll find the node parameters for the Vector Store Retriever node, and links to more resources. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md ``` ## Node parameters * **Limit**: Enter the maximum number of results to return. ## Templates and examples ## Related resources Refer to [LangChain's vector store retriever documentation](https://js.langchain.com/docs/how_to/vectorstore_retriever/) for more information about the service. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md ```