You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-what-is-azure-search.md
+29-12Lines changed: 29 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,31 @@ ms.update-cycle: 180-days
11
11
ms.custom:
12
12
- ignite-2024
13
13
ms.topic: overview
14
-
ms.date: 05/15/2025
14
+
ms.date: 07/18/2025
15
15
---
16
16
17
17
# What's Azure AI Search?
18
18
19
-
Azure AI Search ([formerly known as "Azure Cognitive Search"](whats-new.md#new-service-name)) is an enterprise-ready information retrieval system for your heterogeneous content that you ingest into a search index, and surface to users through queries and apps. It comes with a comprehensive set of advanced search technologies, built for high-performance applications at any scale.
19
+
Azure AI Search is a knowledge retrieval platform that consolidates and organizes information across different types of content. You add your content to a search index, then users, agents, and bots can retrieve your content through queries and apps.
20
+
The platform provides advanced search features and can handle enterprise workloads. It supports native integration with AI models from Azure OpenAI, Azure AI Foundry, and Azure Machine Learning. You can also connect it to other AI models and tools through an extensibility layer.
21
+
22
+
You can use Azure AI Search for regular search needs (like searching through catalogs or documents) or for AI-powered search that can have conversations with users and generate answers based on your content.
23
+
24
+
<!-- Azure AI Search ([formerly known as "Azure Cognitive Search"](whats-new.md#new-service-name)) is an enterprise-ready information retrieval system for your heterogeneous content that you ingest into a search index, and surface to users through queries and apps. It comes with a comprehensive set of advanced search technologies, built for high-performance applications at any scale.
20
25
21
26
Azure AI Search is the recommended retrieval system for building agent-to-agent (A2A) and RAG-based applications on Azure, with native LLM integrations between Azure OpenAI in Azure AI Foundry Models and Azure Machine Learning, with mechanisms for integrating third-party and open-source models and processes.
22
27
23
-
Azure AI Search can be used in both traditional and generative search scenarios. Common use cases include catalog or document search, information discovery (data exploration), and retrieval-augmented generation (RAG) for conversational search.
28
+
Azure AI Search can be used for both traditional search as well as modern information retrieval. Common use cases include catalog or document search, information discovery (data exploration), and retrieval-augmented generation (RAG) for conversational search.
29
+
-->
24
30
25
31
When you create a search service, you work with the following capabilities:
26
32
27
-
+ A search engine for [vector search](vector-search-overview.md) and [full text](search-lucene-query-architecture.md) and[hybrid search](hybrid-search-overview.md) over a search index.
28
-
+Rich indexing with the ability to content transformation. This includes [integrated data chunking and vectorization](vector-search-integrated-vectorization.md) for RAG, [lexical analysis](search-analyzers.md) for text, and [optional applied AI](cognitive-search-concept-intro.md) for content extraction and enrichment.
29
-
+Rich query syntax for [vector queries](vector-search-how-to-query.md), text search, [hybrid queries](hybrid-search-how-to-query.md), fuzzy search, autocomplete, geo-search and others.
30
-
+Relevance and query performance tuning with[semantic ranking](semantic-search-overview.md), [scoring profiles](index-add-scoring-profiles.md), [quantization for vector queries](vector-search-how-to-quantization.md), and parameters for controlling query behaviors at runtime.
33
+
+ A search engine for [agentic search](search-agentic-retrieval-concept.md), [vector search](vector-search-overview.md), [full text](search-lucene-query-architecture.md), or[hybrid search](hybrid-search-overview.md) over your indexed content.
34
+
+Content processing during indexing, including content generation and transformation. Content processing includes [integrated data chunking and vectorization](vector-search-integrated-vectorization.md) for vector content, [lexical analysis](search-analyzers.md) for text, and [optional applied AI](cognitive-search-concept-intro.md) for content generation and transformation.
35
+
+Extensive query syntax for [agentic queries](search-agentic-retrieval-how-to-retrieve.md), [vector queries](vector-search-how-to-query.md), [text search](search-query-create.md), [hybrid queries](hybrid-search-how-to-query.md), fuzzy search, autocomplete, geo-search, and others.
36
+
+Smart results through[semantic ranking](semantic-search-overview.md), [scoring profiles](index-add-scoring-profiles.md), [quantization for vector queries](vector-search-how-to-quantization.md), and parameters for controlling query behaviors at runtime.
31
37
+ Azure scale, security, and reach.
32
-
+ Azure integration at the data layer, machine learning layer, Azure AI services and Azure OpenAI.
38
+
+ Azure integration at the data layer, machine learning layer, Azure AI services, and Azure OpenAI.
33
39
34
40
> [!div class="nextstepaction"]
35
41
> [Create a search service](search-create-service-portal.md)
@@ -46,7 +52,7 @@ Across the Azure platform, Azure AI Search can integrate with other Azure servic
46
52
47
53
On the search service itself, the two primary workloads are *indexing* and *querying*.
48
54
49
-
+[**Indexing**](search-what-is-an-index.md) is an intake process that loads content into your search service and makes it searchable. Internally, inbound text is processed into tokens and stored in inverted indexes, and inbound vectors are stored in vector indexes. The document format that Azure AI Search can index is JSON. You can upload JSON documents that you've assembled, or use an indexer to retrieve and serialize your data into JSON.
55
+
+[**Indexing**](search-what-is-an-index.md) is an intake process that loads content into your search service and makes it searchable. Internally, inbound text is processed into tokens and stored in inverted indexes, and inbound vectors are stored in vector indexes. The document format that Azure AI Search can index is JSON. You can upload JSON documents, or use an indexer to retrieve and serialize your data into JSON.
50
56
51
57
[Applied AI](cognitive-search-concept-intro.md) through a [skillset](cognitive-search-working-with-skillsets.md) extends indexing with image and language models. If you have images or large unstructured text in source document, you can attach skills that perform OCR, analyze and describe images, infer structure, translate text, and more. Output is text that can be serialized into JSON and ingested into a search index.
52
58
@@ -88,14 +94,25 @@ Functionality is exposed through the Azure portal, simple [REST APIs](/rest/api/
88
94
89
95
An end-to-end exploration of core search features can be accomplished in four steps:
90
96
91
-
1.[**Decide on a tier**](search-sku-tier.md) and region. One free search service is allowed per subscription. All quickstarts can be completed on the free tier. For more capacity and capabilities, you'll need a [billable tier](https://azure.microsoft.com/pricing/details/search/).
97
+
1.[**Decide on a tier**](search-sku-tier.md) and region. One free search service is allowed per subscription. Most quickstarts can be completed on the free tier. For more capacity and capabilities, you need a [billable tier](https://azure.microsoft.com/pricing/details/search/).
92
98
93
99
1.[**Create a search service**](search-create-service-portal.md) in the Azure portal.
94
100
95
101
1.[**Start with Import data wizard**](search-get-started-portal.md). Choose a built-in sample or a supported data source to create, load, and query an index in minutes.
96
102
97
103
1.[**Finish with Search Explorer**](search-explorer.md), using a portal client to query the search index you just created.
98
104
105
+
### Check out samples
106
+
107
+
We maintain an inventory of samples that use the REST APIs and the Azure SDK programming languages supported by Azure AI Search:
+[**Build your own copilot** solution accelerator](https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator), leverages Azure OpenAI, Azure AI Search and Microsoft Fabric, to create custom copilot solutions.
120
137
121
-
+[Generic copilot](https://github.com/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator) helps you build your own copilot to identify relevant documents, summarize unstructured information, and generate Word document templates using your own data.
138
+
<!-- + [Generic copilot](https://github.com/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator) helps you build your own copilot to identify relevant documents, summarize unstructured information, and generate Word document templates using your own data.
122
139
123
140
+ [Client Advisor](https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator) all-in-one custom copilot empowers Client Advisor to harness the power of generative AI across both structured and unstructured data. Help our customers to optimize daily tasks and foster better interactions with more clients
124
141
125
142
+ [Research Assistant](https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator) helps build your own AI Assistant to identify relevant documents, summarize and categorize vast amounts of unstructured information, and accelerate the overall document review and content generation.
126
-
143
+
-->
127
144
> [!TIP]
128
145
> For help with complex or custom solutions, [**contact a partner**](https://partner.microsoft.com/partnership/find-a-partner) with deep expertise in Azure AI Search technology.
0 commit comments