langchain.js
    Preparing search index...

    Interface for the arguments required to initialize a ZepVectorStore instance.

    interface IZepArgs {
        collection: DocumentCollection;
    }
    Index

    Properties

    Properties

    collection: DocumentCollection