This interface defines the arguments for the UpstashVectorStore class.

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

Hierarchy (view full)

Properties

index: Index<Dict>
filter?: string
namespace?: string

Generated using TypeDoc