langchain.js
    Preparing search index...

    Used to represent parameters that are necessary to delete documents from the matching engine. These must be a list of string IDs

    interface MatchingEngineDeleteParams {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]