Package version:

Interface AzureOpenAIVectorizer

Contains the parameters specific to using an Azure Open AI service for vectorization at query time.

interface AzureOpenAIVectorizer {
    kind: "azureOpenAI";
    parameters?: AzureOpenAIParameters;
    vectorizerName: string;
}

Hierarchy (view full)

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

Contains the parameters specific to Azure Open AI embedding vectorization.

vectorizerName: string

The name to associate with this particular vectorization method.