Skip to content

Commit 105b3cc

Browse files
committed
added API migration edit
1 parent 7a144e4 commit 105b3cc

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/search/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@
354354
items:
355355
- name: Full text query
356356
href: search-query-create.md
357-
- name: Semantic query
358-
href: semantic-how-to-query-request.md
359357
- name: Typeahead query
360358
href: search-add-autocomplete-suggestions.md
361359
- name: Query examples (simple syntax)
@@ -408,12 +406,14 @@
408406
href: search-query-fuzzy.md
409407
- name: Hybrid search
410408
href: hybrid-search-how-to-query.md
411-
- name: Relevance
409+
- name: Ranking and relevance
412410
items:
413411
- name: Enable or disable semantic ranking
414412
href: semantic-how-to-enable-disable.md
415413
- name: Configure semantic ranking
416414
href: semantic-how-to-configure.md
415+
- name: Invoke semantic ranking
416+
href: semantic-how-to-query-request.md
417417
- name: Configure BM25 ranking
418418
href: index-ranking-similarity.md
419419
- name: Add a scoring profile

articles/search/search-api-migration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Upgrade REST API versions
33
titleSuffix: Azure AI Search
4-
description: Review differences in API versions and learn the steps for migrating code to the newer versions.
4+
description: Review differences in API versions and learn about the REST API lifecycle and the steps for migrating code to the newer versions.
55

66
manager: nitinme
77
author: bevloh
@@ -11,7 +11,7 @@ ms.custom:
1111
- ignite-2023
1212
- build-2024
1313
ms.topic: conceptual
14-
ms.date: 06/03/2024
14+
ms.date: 06/24/2024
1515
---
1616

1717
# Upgrade to the latest REST API in Azure AI Search
@@ -26,7 +26,7 @@ Upgrade instructions focus on code changes that get you through breaking changes
2626

2727
We recommend upgrading API versions in succession, working through each version until you get to the newest one.
2828

29-
`2023-07-01-preview` was the first REST API for vector support. It's now deprecated and you should migrate to either stable or newer preview REST APIs immediately.
29+
`2023-07-01-preview` was the first REST API for vector support. *Do not use this API version*. It's now deprecated and you should migrate to either stable or newer preview REST APIs immediately.
3030

3131
> [!NOTE]
3232
> REST API reference docs are now versioned. For version-specific content, open a reference page and then use the selector located to the right, above the table of contents, to pick your version.
@@ -89,7 +89,9 @@ If you're upgrading from the previous version, the next section has the steps.
8989

9090
## Upgrade from 2023-07-01-preview
9191

92-
`2023-07-01-preview` is now deprecated, so you shouldn't upgrade *to* this version under any circumstances. This section explains the migration path from `2023-07-01-preview` to any newer API version. There are multiple breaking changes from `2023-07-01-preview` to any newer version.
92+
Do not use this API version.
93+
94+
`2023-07-01-preview` is now deprecated, so you shouldn't base new code on this version, nor should you upgrade *to* this version under any circumstances. This section explains the migration path from `2023-07-01-preview` to any newer API version. There are multiple breaking changes in vector query syntax from `2023-07-01-preview` to any newer version.
9395

9496
### Portal upgrade for vector indexes
9597

0 commit comments

Comments
 (0)