Update README.md

This commit is contained in:
gsilvestrin
2023-04-14 16:57:51 -07:00
committed by GitHub
parent 3360678d60
commit 41c44ae92e

View File

@@ -41,6 +41,7 @@ pip install lancedb
```python
import lancedb
uri = "my_db.lance"
db = lancedb.connect(uri)
table = db.create_table("my_table",
data=[{"vector": [3.1, 4.1], "item": "foo", "price": 10.0},