Skip to content

Commit

Permalink
Add multi-vector support to search requests (#24614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Careyjmac authored Jun 30, 2023
1 parent 4ffdb08 commit 9383e81
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2496,6 +2496,13 @@
"vector": {
"$ref": "#/definitions/Vector",
"description": "The query parameters for vector and hybrid search queries."
},
"vectors": {
"type": "array",
"items": {
"$ref": "#/definitions/Vector"
},
"description": "The query parameters for multi-vector search queries."
}
},
"description": "Parameters for filtering, sorting, faceting, paging, and other search query behaviors."
Expand Down

0 comments on commit 9383e81

Please sign in to comment.