Skip to content

Commit b7fd7f5

Browse files
committed
Merge branch 'heidist-fix' of https://github.com/HeidiSteen/azure-docs-pr into heidist-fix
2 parents 2f2c290 + 0ad3cee commit b7fd7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-api-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here are the steps for migrating from 2023-07-01-preview:
5555

5656
1. Call [Get Index](/rest/api/searchservice/indexes/get?view=rest-searchservice-2023-11-01&tabs=HTTP&preserve-view=true) to retrieve the existing definition.
5757

58-
1. Modify the vector search configuration. This api introduces the concept of "vector profiles" which bundles together vector-related configurations under one name. It also renames `algorithmConfigurations` to `algorithms`.
58+
1. Modify the vector search configuration. This API introduces the concept of "vector profiles" which bundles together vector-related configurations under one name. It also renames `algorithmConfigurations` to `algorithms`.
5959

6060
+ Rename `algorithmConfigurations` to `algorithms`. This is only a renaming of the array. The contents are backwards compatible. This means your existing HNSW configuration parameters can be used.
6161

0 commit comments

Comments
 (0)