We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6a439 commit 49b6642Copy full SHA for 49b6642
data-layers/sqlalchemy.mdx
@@ -92,7 +92,7 @@ Import the custom data layer and storage client, and indicate which data layer t
92
```python
93
import chainlit as cl
94
from chainlit.data.sql_alchemy import SQLAlchemyDataLayer
95
-from chainlit.data.storage_clients import AzureStorageClient
+from chainlit.data.storage_clients.azure import AzureStorageClient
96
97
storage_client = AzureStorageClient(account_url="<your_account_url>", container="<your_container>")
98
0 commit comments