mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
docs: update storage.md, fix Azure Sync connect example (#2010)
In the sync code example there was also an `await`. 
This commit is contained in:
committed by
GitHub
parent
998c5f3f74
commit
55ffc96e56
@@ -732,7 +732,7 @@ Azure Blob Storage credentials can be configured by setting the `AZURE_STORAGE_A
|
||||
|
||||
```python
|
||||
import lancedb
|
||||
db = await lancedb.connect(
|
||||
db = lancedb.connect(
|
||||
"az://my-container/my-database",
|
||||
storage_options={
|
||||
account_name: "some-account",
|
||||
|
||||
Reference in New Issue
Block a user