Skip to content

Commit 0b98a68

Browse files
authored
Merge pull request #278700 from HeidiSteen/heidist-june12
[azure search] Closing on the post-build catch up
2 parents 20bf9c7 + 84bcb76 commit 0b98a68

10 files changed

+118
-107
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
items:
333333
- name: Create a vector index
334334
href: vector-search-how-to-create-index.md
335-
- name: Index binary data for vector search
335+
- name: Index binary data for vector search (preview)
336336
href: vector-search-how-to-index-binary-data.md
337337
- name: Query vectors
338338
href: vector-search-how-to-query.md
-85.9 KB
Loading
41.1 KB
Loading

articles/search/search-api-preview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Preview features are removed from this list if they're retired or transition to
2323

2424
|Feature                         | Category | Description | Availability |
2525
|---------|------------------|-------------|---------------|
26-
| [**Scalar quantization**](vector-search-how-to-configure-compression-storage.md#option-3-configure-scalar-quantization) | Index | Compress vector index size in memory and on disk using built-in scalar quantization. | [Create or Update Index (preview)](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2024-03-01-preview&preserve-view=true) to add a `compressions` section to a vector profile. |
27-
| [**Narrow data types**](vector-search-how-to-configure-compression-storage.md#option-1-assign-narrow-data-types-to-vector-fields) | Index | Assign a smaller data type on vector fields, assuming incoming data is of that data type. | [Create or Update Index (preview)](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2024-03-01-preview&preserve-view=true) to specify a vector field definition. [Binary vector support](vector-search-how-to-index-binary-data.md) is added in 2024-05-01-preview.|
28-
| [**stored property**](vector-search-how-to-configure-compression-storage.md#option-2-set-the-stored-property-to-remove-retrievable-storage) | Index | Boolean that reduces storage of vector indexes by *not* storing retrievable vectors. | [Create or Update Index (preview)](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2024-03-01-preview&preserve-view=true) to set `stored` on a vector field. |
26+
| [**Scalar quantization**](vector-search-how-to-configure-compression-storage.md#option-1-configure-scalar-quantization) | Index | Compress vector index size in memory and on disk using built-in scalar quantization. | [Create or Update Index (preview)](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2024-03-01-preview&preserve-view=true) to add a `compressions` section to a vector profile. |
27+
| [**Narrow data types**](vector-search-how-to-configure-compression-storage.md#option-2-assign-narrow-data-types-to-vector-fields) | Index | Assign a smaller data type on vector fields, assuming incoming data is of that data type. | [Create or Update Index (preview)](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2024-03-01-preview&preserve-view=true) to specify a vector field definition. [Binary vector support](vector-search-how-to-index-binary-data.md) is added in 2024-05-01-preview.|
28+
| [**stored property**](vector-search-how-to-configure-compression-storage.md#option-3-set-the-stored-property-to-remove-retrievable-storage) | Index | Boolean that reduces storage of vector indexes by *not* storing retrievable vectors. | [Create or Update Index (preview)](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2024-03-01-preview&preserve-view=true) to set `stored` on a vector field. |
2929
| [**Vectorizers**](vector-search-integrated-vectorization.md) | Queries | Text-to-vector conversion during query execution. | [Create or Update Index (preview)](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2023-10-01-preview&preserve-view=true) to define a `vectorizer`. [Search POST (preview)](/rest/api/searchservice/documents/search-post?view=rest-searchservice-2023-10-01-preview&preserve-view=true) for `vectorQueries`, 2023-10-01-Preview or later. |
3030
| [**Integrated vectorization**](vector-search-integrated-vectorization.md) | Index, skillset | Skills-driven data chunking and embedding during indexing. | [Create or Update Skillset (preview)](/rest/api/searchservice/skillsets/create-or-update?view=rest-searchservice-2023-10-01-preview&preserve-view=true) for AzureOpenAIEmbedding skill and the data chunking properties of the Text Split skill. |
3131
| [**Import and vectorize data**](search-get-started-portal-import-vectors.md) | Azure portal | A wizard that creates a full indexing pipeline that includes data chunking and vectorization. The wizard creates all of the objects and configuration settings. | Available on all search services, in all regions. |

articles/search/search-capacity-planning.md

Lines changed: 4 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: 05/06/2024
13+
ms.date: 06/19/2024
1414
---
1515

1616
# Estimate and manage capacity of a search service
@@ -28,6 +28,9 @@ When scaling a search service, you can choose from the following tools and appro
2828
+ [Azure CLI](/cli/azure/search/service#az-search-service-create-optional-parameters)
2929
+ [Management REST API](/rest/api/searchmanagement/services/create-or-update)
3030

31+
> [!NOTE]
32+
> Higher capacity partitions are available at the same billing rate on newer services created after April and May 2024. For more information, see [Service limits](search-limits-quotas-capacity.md#service-limits) for partition size upgrades.
33+
3134
## Concepts: search units, replicas, partitions
3235

3336
Capacity is expressed in *search units* that can be allocated in combinations of *partitions* and *replicas*.

articles/search/search-sku-manage-costs.md

Lines changed: 4 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: 04/01/2024
13+
ms.date: 06/19/2024
1414
---
1515

1616
# Plan and manage costs of an Azure AI Search service
@@ -21,6 +21,9 @@ As a first step, estimate your baseline costs by using the Azure pricing calcula
2121

2222
Azure provides built-in cost management that cuts across service boundaries to provide inclusive cost monitoring and the ability to set budgets and define alerts. The costs of running a search service will vary depending on capacity and which features you use. After you create your search service, optimize capacity so that you pay only for what you need.
2323

24+
> [!NOTE]
25+
> Higher capacity partitions are available at the same billing rate on newer services created after April and May 2024. For more information, see [Service limits](search-limits-quotas-capacity.md#service-limits) for partition size upgrades.
26+
2427
<a name="billable-events"></a>
2528

2629
## Understand the billing model

articles/search/search-traffic-analytics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ ms.author: heidist
88

99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 05/23/2024
11+
ms.date: 06/19/2024
1212
---
1313

1414
# Collect telemetry data for search traffic analytics
1515

1616
Search traffic analytics is a pattern for collecting telemetry about user interactions with your Azure AI Search application, such as user-initiated click events and keyboard inputs. Using this information, you can determine the effectiveness of your search solution, including popular search terms, clickthrough rate, and which query inputs yield zero results.
1717

18-
This pattern takes a dependency on [Application Insights](../azure-monitor/app/app-insights-overview.md) (a feature of [Azure Monitor](../azure-monitor/index.yml)) to collect user data. It requires that you add instrumentation to your client code, as described in this article. Finally, you need a reporting mechanism to analyze the data. We recommend Power BI, but you can use the Application Dashboard or any tool that connects to Application Insights.
18+
This pattern takes a dependency on [Application Insights](../azure-monitor/app/app-insights-overview.md) (a feature of [Azure Monitor](../azure-monitor/index.yml)) to collect user data. It requires that you add instrumentation to your client code, as described in this article. Finally, you need a reporting mechanism to analyze the data. We recommend Power BI, but you can use any visualization tool that connects to Application Insights.
1919

2020
> [!NOTE]
2121
> The pattern described in this article is for advanced scenarios and clickstream data generated by code you add to your client. In contrast, service logs are easy to set up, provide a range of metrics, and can be done in the portal with no code required. Enabling logging is recommended for all scenarios. For more information, see [Collect and analyze log data](monitor-azure-cognitive-search.md).
@@ -172,9 +172,9 @@ Metrics included the following items:
172172
+ Search volume and most popular term-document pairs: terms that result in the same document clicked, ordered by clicks.
173173
+ Searches without clicks: terms for top queries that register no clicks
174174

175-
The following screenshot shows what a built-in report might look like if you have used all of the schema elements.
175+
The following screenshot shows the data elements that your report might contain.
176176

177-
:::image type="content" source="media/search-traffic-analytics/azuresearch-powerbi-dashboard.png" alt-text="Screenshot showing the built-in report using all available schema elements. ":::
177+
:::image type="content" source="media/search-traffic-analytics/azuresearch-powerbi-dashboard.png" alt-text="Screenshot showing the available schema elements in the data catalog. ":::
178178

179179
## Next steps
180180

0 commit comments

Comments
 (0)