Files
lancedb/docs/src/python/saas-python.md
Will Jones 61a714a459 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.
2024-12-19 10:55:11 -08:00

407 B

Python API Reference (SaaS)

This section contains the API reference for the LanceDB Cloud Python API.

Installation

pip install lancedb

Connection

::: lancedb.connect

::: lancedb.remote.db.RemoteDBConnection

Table

::: lancedb.remote.table.RemoteTable options: filters: - "!cleanup_old_versions" - "!compact_files" - "!optimize"