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-try-for-free.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 09/12/2024
13
13
14
14
# Try Azure AI Search for free
15
15
16
-
If you're new to Azure, you can set up a free trial subscription to explore the services important you at no charge. One of the Azure services you might want to try is Azure AI Search. Search is an expected component of any front-end app that's backed by content, and increasingly it's a critical component for generative search over content you own.
16
+
If you're new to Azure, you can set up a free trial subscription to explore the services at no charge. One of the Azure services you might want to try is Azure AI Search. Search is an expected component of any front-end app that's backed by content, and increasingly it's a critical component for generative search over content you own.
17
17
18
18
This article explains how to get the most value from your Azure trial subscription so that you can complete your evaluation of Azure AI Search quickly and efficiently.
19
19
@@ -32,26 +32,26 @@ Having a plan of action can help you get the most out of your trial subscription
32
32
To evaluate Azure for [RAG scenarios](retrieval-augmented-generation-overview.md), you should have three or five Azure resources for:
33
33
34
34
- Storing data
35
-
-Embedding and chat models
36
-
-Applied AI services to try out AI-generated content during indexing (optional)
37
-
-Information retrieval (**Azure AI Search**)
38
-
-Apps (optional)
35
+
-Deploying embedding and chat models
36
+
-Applying AI services for creating AI-generated content during indexing (optional)
37
+
-Adding information retrieval (**Azure AI Search**)
38
+
-Adding a frontend app (optional)
39
39
40
-
Most of our quickstarts and tutorials use Azure Storage, so we recommend creating an Azure Storage account for getting started.
40
+
Many of our quickstarts and tutorials use Azure Storage, so we recommend creating an Azure Storage account for getting started.
41
41
42
-
Generative search requires embedding and chat models. Azure provides Azure OpenAI, but you can also use Azure AI Vision for multimodal embeddings (but not chat). Another model provider is Azure AI Studio and deploying chat and embedding models into the model catalog. We recommend Azure OpenAI for its familiarity and mainstream offerings.
42
+
Generative search requires embedding and chat models. The Azure cloud provides Azure OpenAI, but you can also use Azure AI Vision for multimodal embeddings (but not chat). Another model provider is Azure AI Studio and deploying chat and embedding models into the model catalog. However, for initial exploration, we recommend Azure OpenAI for its familiarity and mainstream offerings.
43
43
44
-
Application front-ends are useful if you're prototyping a solution for a wider audience. You can use Azure Web apps or build an ASP.NET MVC application for this task. Otherwise, if you're working locally, you can view output in Jupyter notebooks in Visual Studio Code or another IDE. Or view results in console apps or other apps that run on localhost.
44
+
Application frontends are useful if you're prototyping a solution for a wider audience. You can use Azure Web apps or build an ASP.NET MVC application for this task. Otherwise, if you're working locally, you can view output in Jupyter notebooks in Visual Studio Code or another IDE. Or view results in console apps or other apps that run on localhost.
45
45
46
46
## Check regions
47
47
48
-
Azure AI Search has integrated operations with applied AI in the Azure cloud. Integration depends on services running within the same region. This is a requirement for data residency laws and for efficient operations.
48
+
Azure AI Search has integrated operations with applied AI in the Azure cloud. Integration depends on services running within the same region. This is a requirement for data residency and for efficient operations.
49
49
50
-
Verifying regional availability can save you time and frusteration because you need to choose a region that supports all of the services you want to use.
50
+
Verifying region availability can save you time and frusteration because you need to choose a region that supports all of the services you want to use.
51
51
52
52
Start here:
53
53
54
-
-[Azure AI Search region list](search-region-support.md). This list identifies region support for applied AI (Azure AI multiservice) and semantic ranking. You don't need a separate region check for applied AI.
54
+
-[Azure AI Search region list](search-region-support.md). This list identifies region support for Azure AI Search, applied AI (Azure AI multiservice), and semantic ranking. You don't need a separate region check for applied AI.
55
55
56
56
West Europe and West US 2/3 are currently at capacity for Azure AI Search and aren't accepting new search services.
0 commit comments