langchain.js
    Preparing search index...
    UpstashDeleteParams:
        | { deleteAll?: never; ids: string
        | string[] }
        | { deleteAll: boolean; ids?: never }

    Type that defines the parameters for the delete method. It can either contain the target id(s) or the deleteAll config to reset all the vectors.