langchain.js
    Preparing search index...

    Interface for the parameters required to delete documents from a ZepVectorStore instance.

    interface IZepDeleteParams {
        uuids: string[];
    }
    Index

    Properties

    Properties

    uuids: string[]