weaviate-client
    Preparing search index...

    Type Alias Text2VecAzureOpenAIConfig

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

    See the documentation for detailed usage.

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

    Properties

    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.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.