langchain.js
    Preparing search index...

    Interface PullModelOptions

    interface PullModelOptions {
        insecure?: boolean;
        logProgress?: boolean;
        stream?: boolean;
    }
    Index

    Properties

    insecure?: boolean
    logProgress?: boolean

    Whether or not to log the status of the download to the console.

    false
    
    stream?: boolean

    Whether or not to stream the download.

    true