Skip to main content

Overview

Azure AI Search is Microsoft’s AI-powered information retrieval platform. Once connected, you can perform semantic vector searches across your indexed documents directly from Langdock conversations.
Authentication: API Key Category: Vector Database Availability: All workspace plans

Prerequisites

Before setting up the integration, make sure you have:
  • An Azure subscription with access to Azure AI Search
  • An Azure AI Search service instance with at least one index
  • An admin API key for your Azure AI Search service
  • Documents uploaded to your index with vector embeddings
If you are new to Azure AI Search, see Microsoft’s Vector Search documentation to set up your first index with vector search support.

Setup

1

Navigate to Integrations

In Langdock, go to Integrations and find Azure AI Search in the integrations list.
2

Enter your credentials

Fill in the required configuration fields (see the table below).
3

Test the connection

Save the integration — Langdock will validate that your index exists and is accessible.
4

Start searching

Tag the integration with @ in any agent or add the Search documents action to your agent to search your indexed documents.

Configuration Parameters

Required Fields

Optional Fields

Where to find your credentials:

Common Use Cases

Enterprise Knowledge Search

Search across internal documentation, policies, and knowledge bases using natural language

Research & Analysis

Find relevant research papers, reports, and data from large document collections

Customer Support

Quickly retrieve product information, FAQs, and support articles to answer customer queries

Content Discovery

Surface relevant content from archives, wikis, or document repositories

Troubleshooting

Validation checklist
  • Service URL format: https://[service-name].search.windows.net
  • Index name matches exactly (case-sensitive)
  • Search field matches your vector field name (e.g., contentVector)
  • Documents contain vector embeddings