Type alias Text2VecAzureOpenAIConfig

Text2VecAzureOpenAIConfig: {
    baseURL?: string;
    deploymentId: string;
    resourceName: string;
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the OpenAI module with Azure.

See the documentation for detailed usage.

Type declaration

  • Optional baseURL?: string

    The base URL to use where API requests should go.

  • deploymentId: string

    The deployment ID to use

  • resourceName: string

    The resource name to use.

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.