We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b080b commit fa9073cCopy full SHA for fa9073c
articles/search/search-get-started-vector.md
@@ -284,7 +284,7 @@ POST https://{{search-service-name}}.search.windows.net/indexes/{{index-name}}/d
284
Content-Type: application/json
285
api-key: {{admin-api-key}}
286
{
287
- "vector": [
+ "vectors": [
288
289
"value": [
290
-0.009154141,
@@ -311,7 +311,7 @@ POST https://{{search-service-name}}.search.windows.net/indexes/{{index-name}}/d
311
312
313
314
315
316
317
0 commit comments