docs: improve optimization docs (#1957)

* Add `See Also` section to `cleanup_old_files` and `compact_files` so
they know it's linked to `optimize`.
* Fixes link to `compact_files` arguments
* Improves formatting of note.
This commit is contained in:
Will Jones
2024-12-19 10:55:11 -08:00
committed by GitHub
parent 5ddd84cec0
commit 61a714a459
4 changed files with 55 additions and 19 deletions

View File

@@ -17,4 +17,8 @@ pip install lancedb
## Table
::: lancedb.remote.table.RemoteTable
options:
filters:
- "!cleanup_old_versions"
- "!compact_files"
- "!optimize"