weaviate-client
    Preparing search index...

    Type Alias ConnectToWeaviateCloudOptions

    The options available to the weaviate.connectToWeaviateCloud method.

    type ConnectToWeaviateCloudOptions = {
        authCredentials?: AuthCredentials;
        headers?: Record<string, string>;
        skipInitChecks?: boolean;
        timeout?: TimeoutParams;
    }
    Index

    Properties

    authCredentials?: AuthCredentials

    The authentication credentials to use when connecting to Weaviate, e.g. API key

    headers?: Record<string, string>

    Additional headers to include in the request

    skipInitChecks?: boolean

    Whether to skip the initialization checks

    timeout?: TimeoutParams

    The timeouts to use when making requests to Weaviate