Skip to content

Commit 9383e81

Browse files
authored
Add multi-vector support to search requests (#24614)
1 parent 4ffdb08 commit 9383e81

File tree

1 file changed

+7
-0
lines changed
  • specification/search/data-plane/Azure.Search/preview/2023-07-01-Preview

1 file changed

+7
-0
lines changed

specification/search/data-plane/Azure.Search/preview/2023-07-01-Preview/searchindex.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,6 +2496,13 @@
24962496
"vector": {
24972497
"$ref": "#/definitions/Vector",
24982498
"description": "The query parameters for vector and hybrid search queries."
2499+
},
2500+
"vectors": {
2501+
"type": "array",
2502+
"items": {
2503+
"$ref": "#/definitions/Vector"
2504+
},
2505+
"description": "The query parameters for multi-vector search queries."
24992506
}
25002507
},
25012508
"description": "Parameters for filtering, sorting, faceting, paging, and other search query behaviors."

0 commit comments

Comments
 (0)