This commit is contained in:
qzhu
2024-01-25 16:29:06 -08:00
parent 7a5e65d437
commit 157fb9ea72

View File

@@ -816,7 +816,7 @@ export class LocalTable<T = number[]> implements Table<T> {
/**
* Clean up old versions of the table, freeing disk space.
*
*
* Note: this API is not yet available on LanceDB Cloud
* @param olderThan The minimum age in minutes of the versions to delete. If not
* provided, defaults to two weeks.