mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 12:22:59 +00:00
docs: update serverless_lancedb_with_s3_and_lambda.md (#1559)
This commit is contained in:
@@ -25,8 +25,8 @@ s3://eto-public/datasets/sift/vec_data.lance
|
||||
Then, we can write a quick Python script to populate our LanceDB Table:
|
||||
|
||||
```python
|
||||
import pylance
|
||||
sift_dataset = pylance.dataset("/path/to/local/vec_data.lance")
|
||||
import lance
|
||||
sift_dataset = lance.dataset("/path/to/local/vec_data.lance")
|
||||
df = sift_dataset.to_table().to_pandas()
|
||||
|
||||
import lancedb
|
||||
|
||||
Reference in New Issue
Block a user