Skip to content

Commit 49b6642

Browse files
Update the import of AzureStorageClient (#225)
AzureStorageClient is now moved to chainlit.data.storage_clients.azure
1 parent cf6a439 commit 49b6642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-layers/sqlalchemy.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Import the custom data layer and storage client, and indicate which data layer t
9292
```python
9393
import chainlit as cl
9494
from chainlit.data.sql_alchemy import SQLAlchemyDataLayer
95-
from chainlit.data.storage_clients import AzureStorageClient
95+
from chainlit.data.storage_clients.azure import AzureStorageClient
9696

9797
storage_client = AzureStorageClient(account_url="<your_account_url>", container="<your_container>")
9898

0 commit comments

Comments
 (0)