LanceDBArgs: {
    table: Table;
    textKey?: string;
}

Defines the arguments for the LanceDB class constructor. It includes a table and an optional textKey.

Type declaration

  • table: Table
  • Optional textKey?: string

Generated using TypeDoc