Skip to content

Commit fa9073c

Browse files
committed
Robert's TR feedback
1 parent 45b080b commit fa9073c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ POST https://{{search-service-name}}.search.windows.net/indexes/{{index-name}}/d
284284
Content-Type: application/json
285285
api-key: {{admin-api-key}}
286286
{
287-
"vector": [
287+
"vectors": [
288288
{
289289
"value": [
290290
-0.009154141,
@@ -311,7 +311,7 @@ POST https://{{search-service-name}}.search.windows.net/indexes/{{index-name}}/d
311311
Content-Type: application/json
312312
api-key: {{admin-api-key}}
313313
{
314-
"vector": [
314+
"vectors": [
315315
{
316316
"value": [
317317
-0.009154141,

0 commit comments

Comments
 (0)