Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.31 KB

n8n-nodes-azure-ai-search

This is an n8n community node. It lets you use Azure AI Search in your n8n workflows.

Azure AI Search (formerly Azure Cognitive Search) is Microsoft's cloud search service with built-in AI capabilities.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Vector Store Operations

Azure AI Search Vector Store:

  • Retrieve (similarity search with metadata filtering)
  • Insert (add documents with embeddings)

Credentials

Azure AI Search:

  • Endpoint URL
  • API Key

Compatibility

Supports n8n 1.48.0+, tested with 1.62.1

Resources

Version history

0.2.0 - Added Azure AI Search Vector Store support