Skip to content

Commit 24074b6

Browse files
committed
typo
1 parent 33054f8 commit 24074b6

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
@@ -73,7 +73,7 @@ Here are the steps for migrating from 2023-07-01-preview:
7373

7474
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.
7575

76-
1. Modify the vector search configuration. This API introduces the concept of *vector profiles* that bundle together vector-related configurations under one name. It also renames `algorithmConfigurations` to `algorithms`.
76+
1. Modify the vector search configuration. This API introduces the concept of *vector profiles* that bundle vector-related configurations under one name. It also renames `algorithmConfigurations` to `algorithms`.
7777

7878
+ 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.
7979

0 commit comments

Comments
 (0)