Condividi tramite


VectorSearch.Vectorizers Property

Definition

Contains configuration options on how to vectorize text vector queries. Please note VectorSearchVectorizer is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AIServicesVisionVectorizer, AzureMachineLearningVectorizer, AzureOpenAIVectorizer and CustomVectorizer.

public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer> Vectorizers { get; }
member this.Vectorizers : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer>
Public ReadOnly Property Vectorizers As IList(Of VectorSearchVectorizer)

Property Value

Applies to