WebApiVectorizer interface
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.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
parameters | Specifies the properties of the user-defined vectorizer. |
Inherited Properties
vectorizer |
The name to associate with this particular vectorization method. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "customWebApi"
Property Value
"customWebApi"
parameters
Specifies the properties of the user-defined vectorizer.
parameters?: WebApiParameters
Property Value
Inherited Property Details
vectorizerName
The name to associate with this particular vectorization method.
vectorizerName: string
Property Value
string
Inherited From BaseVectorSearchVectorizer.vectorizerName