Can't find builtin Azure AI Search Vector Store node

Title: “Azure AI Search Vector Store node missing in n8n self-hosted”

Describe the problem/error/question

I’m running a self-hosted instance of n8n via Docker and expect to find the “Azure AI Search Vector Store” node, but it’s not visible in the node list.

What is the error message (if any)?

No error message. The node simply doesn’t appear when clicking “Add Node” → searching for “Azure” or “Vector Store”.

Please share your workflow

Not applicable — this is about the node availability in the UI, not a specific workflow.

Share the output returned by the last node

Not applicable.

Information on your n8n setup

  • n8n version:: 1.120.4

  • Database: PostgreSQL

  • Running via: Docker container (image docker.n8n.io/n8nio/n8n:latest)

  • Operating system: WSL (Ubuntu 22.04)

  • Additional context: I verified documentation shows the node exists. For example this integration page: “Azure AI Search Vector Store” shows the node and operations.
    Azure AI Search Vector Store node documentation | n8n Docs

I I found the solution — the “Azure AI Search Vector Store” node is only available starting from version 1.121.2 of n8n.
In versions older than that (including the “latest” tag pointing to an older build) the node does not appear.
Upgrading to ≥ 1.121.2 makes the node show up.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.