langchain.js
    Preparing search index...

    Install and import from @langchain/pinecone instead. Type that defines the parameters for the delete operation in the PineconeStore class. It includes ids, filter, deleteAll flag, and namespace.

    type PineconeDeleteParams = {
        deleteAll?: boolean;
        filter?: object;
        ids?: string[];
        namespace?: string;
    }
    Index

    Properties

    deleteAll?: boolean
    filter?: object
    ids?: string[]
    namespace?: string