Skip to content

Commit 57c4ced

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#327326
Updated line number 340. From:"vectorSearchProfile": "-vector-profile-1" To:"vectorSearchProfile": "vector-profile-1" Updated line number 346. From: "name": "hsnw-1", To:" "name": "hnsw-1",
1 parent f8a58ce commit 57c4ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/vector-search-how-to-create-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,13 @@ Vector fields are characterized by [their data type](/rest/api/searchservice/sup
337337
"retrievable": false,
338338
"stored": false,
339339
"dimensions": 1536,
340-
"vectorSearchProfile": "-vector-profile-1"
340+
"vectorSearchProfile": "vector-profile-1"
341341
}
342342
],
343343
"vectorSearch": {
344344
"algorithms": [
345345
{
346-
"name": "hsnw-1",
346+
"name": "hnsw-1",
347347
"kind": "hnsw",
348348
"hnswParameters": {
349349
"m": 4,

0 commit comments

Comments
 (0)