This interface defines the arguments for the UpstashVectorStore class.

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

Hierarchy

  • AsyncCallerParams
    • UpstashVectorLibArgs

Properties

Properties

index: Index<Record<string, unknown>>
filter?: string

Generated using TypeDoc