diff --git a/README.md b/README.md index 2b428aa6e..7ec6d3dfa 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ pip install lancedb ```python import lancedb +uri = "/tmp/lancedb" db = lancedb.connect(uri) table = db.create_table("my_table", data=[{"vector": [3.1, 4.1], "item": "foo", "price": 10.0},