This interface defines the arguments for the UpstashVectorStore class.

interface UpstashVectorLibArgs {
    index: Index<Record<string, unknown>>;
}

Hierarchy (view full)

Properties

Properties

index: Index<Record<string, unknown>>

Generated using TypeDoc