Skip to content

Commit 19dd756

Browse files
authored
Merge pull request #271194 from HeidiSteen/heidist-april3
[azure search] updated portal screenshots
2 parents f889de8 + b3e38d0 commit 19dd756

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed
3.02 KB
Loading
27 KB
Loading

articles/search/search-create-service-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Basic and Standard are the most common choices for production workloads, but man
138138

139139
:::image type="content" source="media/search-create-service-portal/select-pricing-tier.png" lightbox="media/search-create-service-portal/select-pricing-tier.png" alt-text="Screenshot of Select a pricing tier page." border="true":::
140140

141+
Search services created after April 3, 2024 have larger partitions and higher vector quotas.
142+
141143
Remember, a pricing tier can't be changed once the service is created. If you need a higher or lower tier, you should re-create the service.
142144

143145
## Create your service

articles/search/search-faq-frequently-asked-questions.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sections:
4141
- question: |
4242
How do I integrate search into my solution?
4343
answer: |
44-
Client code should call the client libraries or REST APIs to connect to a search index, formulate queries, and handle responses. You can also write code that builds and refreshes an index, or runs indexers programmatically or by script.
44+
Client code should call the Azure SDK client libraries or REST APIs to connect to a search index, formulate queries, and handle responses. You can also write code that builds and refreshes an index, or runs indexers programmatically or by script.
4545
4646
- question: |
4747
Is there functional parity across the various APIs?
@@ -70,7 +70,9 @@ sections:
7070
- question: |
7171
What does "indexing" mean in Azure AI Search?
7272
answer: |
73-
It refers to the ingestion, parsing, and storing of textual content and tokens that populate a search index. Indexing creates inverted indexes and other physical data structures that support information retrieval. It creates vector indexes if the schema includes vector fields.
73+
It refers to the ingestion, parsing, and storing of textual content and tokens that populate a search index. Indexing creates inverted indexes and other physical data structures that support information retrieval.
74+
75+
It creates vector indexes if the schema includes vector fields.
7476
7577
- question: |
7678
Can I move, backup, and restore indexes?
@@ -113,7 +115,7 @@ sections:
113115
- question: |
114116
Can Azure AI Search vectorize my content or queries?
115117
answer: |
116-
Integrated vectorization is now in public preview.
118+
Built-in integrated vectorization is now in public preview.
117119
118120
- question: |
119121
Does my search service support vector search?

articles/search/search-features-list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: conceptual
13-
ms.date: 12/12/2023
13+
ms.date: 04/04/2024
1414
---
1515
# Features of Azure AI Search
1616

@@ -41,6 +41,7 @@ There's feature parity in all Azure public, private, and sovereign clouds, but s
4141
| Vector filters | [Apply filters before or after query execution](vector-search-filters.md) for greater precision during information retrieval. |
4242
| Hybrid information retrieval | Search for concepts and keywords in a single [hybrid query request](hybrid-search-how-to-query.md). </p>[**Hybrid search**](hybrid-search-overview.md) consolidates vector and text search, with optional semantic ranking and relevance tuning for best results.|
4343
| Integrated data chunking and vectorization (preview) | Native data chunking through [Text Split skill](cognitive-search-skill-textsplit.md) and native vectorization through [vectorizers](vector-search-how-to-configure-vectorizer.md) and the [AzureOpenAIEmbeddingModel skill](cognitive-search-skill-azure-openai-embedding.md). </p>[**Integrated vectorization** (preview)](vector-search-integrated-vectorization.md) provides an end-to-end indexing pipeline from source files to queries.|
44+
| Integrated vector compression and quantization | Use [built-in scalar quantization](vector-search-how-to-configure-compression-storage.md) to reduce vector index size in memory and on disk. You can also forego storage of vectors you don't need, or assign narrow data types to vector fields for reduced storage requirements. |
4445
| **Import and vectorize data** (preview)| A [new wizard](search-get-started-portal-import-vectors.md) in the Azure portal that creates a full indexing pipeline that includes data chunking and vectorization. The wizard creates all of the objects and configuration settings. |
4546

4647
## AI enrichment and knowledge mining

articles/search/search-sku-tier.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 11/21/2023
11+
ms.date: 04/04/2024
1212
ms.custom:
1313
- ignite-2023
1414
---
@@ -28,7 +28,7 @@ In a few instances, the tier you choose determines the availability of [premium
2828
Pricing - or the estimated monthly cost of running the service - are shown in the portal's **Select Pricing Tier** page. You should check [service pricing](https://azure.microsoft.com/pricing/details/search/) to learn about estimated costs.
2929

3030
> [!NOTE]
31-
> Looking for information about "Azure SKUs"? Start with [Azure pricing](https://azure.microsoft.com/pricing/) and then scroll down for links to per-service pricing pages.
31+
> Search services created after April 3, 2024 have larger partitions and higher vector quotas at almost every tier. For more information, see [service limits](search-limits-quotas-capacity.md#after-april-3-2024).
3232
3333
## Tier descriptions
3434

@@ -77,7 +77,7 @@ Tiers determine the maximum storage of the service itself, as well as the maxim
7777

7878
## Partition size and speed
7979

80-
Tier pricing includes details about per-partition storage that ranges from 2 GB for Basic, up to 2 TB for Storage Optimized (L2) tiers. Other hardware characteristics, such as speed of operations, latency, and transfer rates, aren't published, but tiers that are designed for specific solution architectures are built on hardware that has the features to support those scenarios. For more information about partitions, see [Estimate and manage capacity](search-capacity-planning.md) and [Reliability in Azure AI Search](search-reliability.md).
80+
Tier pricing includes details about per-partition storage that ranges from 15 GB for Basic, up to 2 TB for Storage Optimized (L2) tiers. Other hardware characteristics, such as speed of operations, latency, and transfer rates, aren't published, but tiers that are designed for specific solution architectures are built on hardware that has the features to support those scenarios. For more information about partitions, see [Estimate and manage capacity](search-capacity-planning.md) and [Reliability in Azure AI Search](search-reliability.md).
8181

8282
## Billing rates
8383

articles/search/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What's new in Azure AI Search
3-
description: Announcements of new and enhanced features, including a service rename of Azure Search to Azure AI Search.
3+
description: Announcements of new and enhanced features, including a service rename of Azure Cognitive Search to Azure AI Search.
44

55
manager: nitinme
66
author: HeidiSteen

0 commit comments

Comments
 (0)