AzureAISearchRetriever
Azure AI Search (formerly known as Azure Cognitive Search
) is a Microsoft cloud search service that gives developers infrastructure, APIs, and tools for information retrieval of vector, keyword, and hybrid queries at scale.
AzureAISearchRetriever
is an integration module that returns documents from an unstructured query. It's based on the BaseRetriever class and it targets the 2023-11-01 stable REST API version of Azure AI Search, which means it supports vector indexing and queries.
This guide will help you getting started with the Azure AI Search retriever. For detailed documentation of all AzureAISearchRetriever
features and configurations head to the API reference.
AzureAISearchRetriever
replaces AzureCognitiveSearchRetriever
, which will soon be deprecated. We recommend switching to the newer version that's based on the most recent stable version of the search APIs.
Integration details
Retriever | Self-host | Cloud offering | Package |
---|---|---|---|
AzureAISearchRetriever |