weaviate-client
    Preparing search index...

    Type Alias InternalConnectionParams

    type InternalConnectionParams = {
        agent?: Agent;
        apiKey?: ApiKey;
        authClientSecret?:
            | AuthClientCredentials
            | AuthAccessTokenCredentials
            | AuthUserPasswordCredentials;
        grpcProxyUrl?: string;
        headers?: Headers;
        host: string;
        scheme?: string;
        skipInitChecks?: boolean;
        timeout?: TimeoutParams;
    }
    Index

    Properties

    agent?: Agent
    apiKey?: ApiKey
    grpcProxyUrl?: string
    headers?: Headers
    host: string
    scheme?: string
    skipInitChecks?: boolean
    timeout?: TimeoutParams