weaviate-client
    Preparing search index...

    Type Alias GenerativeCohereConfigCreate

    type GenerativeCohereConfigCreate = {
        k?: number;
        maxTokens?: number;
        model?: string;
        returnLikelihoods?: string;
        stopSequences?: string[];
        temperature?: number;
    }
    Index

    Properties

    k?: number
    maxTokens?: number
    model?: string
    returnLikelihoods?: string
    stopSequences?: string[]
    temperature?: number