langchain.js
    Preparing search index...
    interface ClientConfig {
        apiKey?: string;
        apiUrl?: string;
        callerOptions?: AsyncCallerParams;
        defaultHeaders?: Record<string, HeaderValue>;
        onRequest?: RequestHook;
        timeoutMs?: number;
    }
    Index

    Properties

    apiKey?: string
    apiUrl?: string
    callerOptions?: AsyncCallerParams
    defaultHeaders?: Record<string, HeaderValue>
    onRequest?: RequestHook
    timeoutMs?: number