Interface for the arguments required to initialize a ZepVectorStore instance.

interface IZepArgs {
    collection: default;
}

Properties

Properties

collection: default

Generated using TypeDoc