WebApiVectorizer 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 WebApiVectorizer : Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer
type WebApiVectorizer = class
    inherit VectorSearchVectorizer
Public Class WebApiVectorizer
Inherits VectorSearchVectorizer
Inheritance
WebApiVectorizer

Constructors

WebApiVectorizer(String)

Initializes a new instance of WebApiVectorizer.

Properties

Name

The name to associate with this particular vectorization method.

(Inherited from VectorSearchVectorizer)
Parameters

Specifies the properties of the user-defined vectorizer.

VectorizerName

Gets the name associated with this particular vectorization method.

(Inherited from VectorSearchVectorizer)

Applies to