VectorizableTextQuery.QueryRewrites Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Can be configured to let a generative model rewrite the query before sending it to be vectorized.
public Azure.Search.Documents.Models.QueryRewritesType? QueryRewrites { get; set; }
member this.QueryRewrites : Nullable<Azure.Search.Documents.Models.QueryRewritesType> with get, set
Public Property QueryRewrites As Nullable(Of QueryRewritesType)