saas python sdk doc (#692)

<img width="256" alt="Screenshot 2023-12-07 at 11 55 41 AM"
src="https://github.com/lancedb/lancedb/assets/1305083/259bf234-9b3b-4c5d-af45-c7f3fada2cc7">
This commit is contained in:
QianZhu
2023-12-07 14:47:56 -08:00
committed by GitHub
parent bbdebf2c38
commit aca785ff98
5 changed files with 260 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