langchain.js
    Preparing search index...

    This interface defines the arguments for the UpstashVectorStore class.

    interface UpstashVectorLibArgs {
        filter?: string;
        index: Index;
        namespace?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    filter?: string
    index: Index
    namespace?: string