AzureOpenAIVectorizer interface
Contains the parameters specific to using an Azure Open AI service for vectorization at query time.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
parameters | Contains the parameters specific to Azure Open AI embedding vectorization. |
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: "azureOpenAI"
Property Value
"azureOpenAI"
parameters
Contains the parameters specific to Azure Open AI embedding vectorization.
parameters?: AzureOpenAIParameters
Property Value
Inherited Property Details
vectorizerName
The name to associate with this particular vectorization method.
vectorizerName: string
Property Value
string
Inherited From BaseVectorSearchVectorizer.vectorizerName