Skip to content

Commit d24f2d8

Browse files
committed
fixed a typo
1 parent ee15d84 commit d24f2d8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/search/search-api-migration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ Before selecting **Migrate**, select **Edit JSON** to review the updated schema
7676

7777
This version has breaking changes and behavioral differences for semantic ranking and vector search support.
7878

79-
+ [Semantic ranking](semantic-search-overview.md) is generally available in 2023-11-01 and has an updated configuration. It no longer uses the `queryLanguage` property. It also requires a `semanticConfiguration` definition. A `semanticConfiguration` replaces `searchFields` in previous version. See [Migrate from preview version](semantic-how-to-configure.md#migrate-from-preview-versions) for steps.
79+
+ [Semantic ranking](semantic-search-overview.md) is generally available in 2023-11-01. It no longer uses the `queryLanguage` property. It also requires a `semanticConfiguration` definition. A `semanticConfiguration` replaces `searchFields` in previous versions. See [Migrate from preview version](semantic-how-to-configure.md#migrate-from-preview-versions) for steps.
8080

81-
+ [Vector search](vector-search-overview.md) support was introduced in [Create or Update Index (2023-07-01-preview)](/rest/api/searchservice/preview-api/create-or-update-index).
81+
+ [Vector search](vector-search-overview.md) support was introduced in [Create or Update Index (2023-07-01-preview)](/rest/api/searchservice/preview-api/create-or-update-index). Upgrading from 2023-07-01-preview requires renaming and restructuring the vector configuration in the index. It also requires rewriting your vector queries. Use the instructions in this section to migrate vector fields, configuration, and queries.
8282

83-
Upgrading from 2023-07-01-preview requires renaming and restructuring the vector configuration in the index. It also requires rewriting your vector queries. Use the instructions in this section to migrate vector fields, configuration, and queries.
84-
85-
IF you're upgrading from 2023-10-01-preview, there are no breaking changes, but there's one behavior difference: the `vectorFilterMode` default changed from postfilter to prefilter for [filter expressions](vector-search-filters.md). If your 2023-10-01-preview code doesn't set `vectorFilterMode` explicitly, make sure you understand the new behavior, or set the mode to postfilter to retain the old behavior.
83+
If you're upgrading from 2023-10-01-preview to 2023-11-01, there are no breaking changes, but there's one behavior difference: the `vectorFilterMode` default changed from postfilter to prefilter for [filter expressions](vector-search-filters.md). If your 2023-10-01-preview code doesn't set `vectorFilterMode` explicitly, make sure you understand the new default behavior, or explicity set `vectorFilterMode` to postfilter to retain the old behavior.
8684

8785
Here are the steps for migrating from 2023-07-01-preview to 2023-11-01:
8886

articles/search/service-create-private-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a Private Endpoint for a secure connection
2+
title: Create a private endpoint for a secure connection
33
titleSuffix: Azure AI Search
44
description: Set up a private endpoint in a virtual network for a secure connection to an Azure AI Search service.
55
author: HeidiSteen
@@ -12,7 +12,7 @@ ms.topic: conceptual
1212
ms.date: 04/03/2024
1313
---
1414

15-
# Create a Private Endpoint for a secure connection to Azure AI Search
15+
# Create a private endpoint for a secure connection to Azure AI Search
1616

1717
In this article, learn how to configure a private connection to Azure AI Search so that it admits requests from clients in a virtual network instead of over a public internet connection:
1818

0 commit comments

Comments
 (0)