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

interface IZepCloudDeleteParams {
    uuids: string[];
}

Properties

Properties

uuids: string[]

Generated using TypeDoc