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

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