weaviate-client
    Preparing search index...

    Type Alias GenerativeGoogleConfigRuntime

    type GenerativeGoogleConfigRuntime = {
        apiEndpoint?: string;
        endpointId?: string;
        frequencyPenalty?: number;
        maxTokens?: number;
        model?: string;
        presencePenalty?: number;
        projectId?: string;
        region?: string;
        stopSequences?: string[];
        temperature?: number;
        topK?: number;
        topP?: number;
    }
    Index

    Properties

    apiEndpoint?: string
    endpointId?: string
    frequencyPenalty?: number
    maxTokens?: number
    model?: string
    presencePenalty?: number
    projectId?: string
    region?: string
    stopSequences?: string[]
    temperature?: number
    topK?: number
    topP?: number