Skip to content

Commit 85ab16d

Browse files
Merge pull request #1009 from pratikjadhav13/patch-3
(AzureCXP) fixes MicrosoftDocs/azure-docs#327326
2 parents 879ab51 + 57c4ced commit 85ab16d

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)