Skip to content

Commit d944946

Browse files
Merge pull request #245543 from robertklee/robertklee/vectors
[azure search] fix vector quickstart docs
2 parents f3351cc + c1bbe68 commit d944946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-get-started-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ api-key: {{admin-api-key}}
294294
-0.00086512347
295295
],
296296
"fields": "contentVector",
297-
"select": "title, content, category"
298297
"k": 10
299298
},
300299
],
300+
"select": "title, content, category",
301301
"filter": "category eq 'Databases'"
302302
}
303303
```

0 commit comments

Comments
 (0)