CustomVectorizer Class

Definition

Specifies a user-defined vectorizer for generating the vector embedding of a query string. Integration of an external vectorizer is achieved using the custom Web API interface of a skillset.

public class CustomVectorizer : Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer
type CustomVectorizer = class
    inherit VectorSearchVectorizer
Public Class CustomVectorizer
Inherits VectorSearchVectorizer
Inheritance
CustomVectorizer

Constructors

CustomVectorizer(String)

Initializes a new instance of CustomVectorizer.

Properties

CustomWebApiParameters

Specifies the properties of the user-defined vectorizer.

Name

The name to associate with this particular vectorization method.

(Inherited from VectorSearchVectorizer)

Applies to