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

interface IZepDeleteParams {
    uuids: string[];
}

Properties

Properties

uuids: string[]

Generated using TypeDoc