Interface for the arguments required to initialize a ZepVectorStore instance.

interface IZepArgs {
    collection: DocumentCollection;
}

Properties

Properties

collection: DocumentCollection