weaviate-client
    Preparing search index...

    Type Alias GenerativeAnyscaleConfigRuntime

    type GenerativeAnyscaleConfigRuntime = {
        baseURL?: string;
        model?: string;
        temperature?: number;
    }
    Index

    Properties

    baseURL?: string
    model?: string
    temperature?: number