weaviate-client
    Preparing search index...

    Type Alias SinglePrompt

    type SinglePrompt = {
        debug?: boolean;
        imageProperties?: string[];
        images?: (string | Buffer)[];
        metadata?: boolean;
        prompt: string;
    }
    Index

    Properties

    debug?: boolean
    imageProperties?: string[]
    images?: (string | Buffer)[]
    metadata?: boolean
    prompt: string