LanceDBArgs: {
    mode?: "create" | "overwrite";
    table?: Table;
    tableName?: string;
    textKey?: string;
    uri?: string;
}

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