interface VectorizeLibArgs {
    index: VectorizeIndex;
    textKey?: string;
}

Hierarchy

  • AsyncCallerParams
    • VectorizeLibArgs

Properties

Properties

index: VectorizeIndex
textKey?: string

Generated using TypeDoc