From a7db42f68680f1819a4f232e90b56b3d0b0ae556 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Wed, 27 Mar 2024 17:15:42 +0000 Subject: [PATCH] Update fields description --- .../Azure.Search/preview/2024-03-01-Preview/searchindex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/search/data-plane/Azure.Search/preview/2024-03-01-Preview/searchindex.json b/specification/search/data-plane/Azure.Search/preview/2024-03-01-Preview/searchindex.json index 1d30f0fbe030..d1a1455aac0d 100644 --- a/specification/search/data-plane/Azure.Search/preview/2024-03-01-Preview/searchindex.json +++ b/specification/search/data-plane/Azure.Search/preview/2024-03-01-Preview/searchindex.json @@ -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",