langchain.js
    Preparing search index...

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

    interface IZepCloudDeleteParams {
        uuids: string[];
    }
    Index

    Properties

    Properties

    uuids: string[]