langchain.js
    Preparing search index...

    Options for updating a volume.

    interface UpdateVolumeOptions {
        newName?: string;
        size?: string;
    }
    Index

    Properties

    Properties

    newName?: string

    New display name (optional).

    size?: string

    New storage size (must be >= current size). Optional.