SaaS python SDK doc

This commit is contained in:
qzhu
2023-12-07 12:01:03 -08:00
parent 1336cce0dc
commit 5f989e86d2
5 changed files with 264 additions and 43 deletions

View File

@@ -0,0 +1,18 @@
# LanceDB Python API Reference
## Installation
```shell
pip install lancedb
```
## Connection
::: lancedb.connect
::: lancedb.remote.db.RemoteDBConnection
## Table
::: lancedb.remote.table.RemoteTable