Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@
},
"fields": {
"type": "string",
"description": "Vector Fields of type Collection(Edm.Single) to be included in the vector searched."
"description": "The comma-separated list of field names to be included in the vector search. Each of the fields must be a valid vector type, such as Collection(Edm.Single). If multiple fields are given, the vector will be used to find the closest matches across all fields."
},
"exhaustive": {
"type": "boolean",
Expand Down