mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
`merge_insert` API is not shown up on [`RemoteTable`](https://lancedb.github.io/lancedb/python/saas-python/#lancedb.remote.table.RemoteTable) today * Also bump `ruff` version as well
21 lines
283 B
Markdown
21 lines
283 B
Markdown
# Python API Reference (SaaS)
|
|
|
|
This section contains the API reference for the LanceDB Cloud Python API.
|
|
|
|
## Installation
|
|
|
|
```shell
|
|
pip install lancedb
|
|
```
|
|
|
|
## Connection
|
|
|
|
::: lancedb.connect
|
|
|
|
::: lancedb.remote.db.RemoteDBConnection
|
|
|
|
## Table
|
|
|
|
::: lancedb.remote.table.RemoteTable
|
|
|