Skip to main content
azure.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export environment variables

4

Run Qdrant

5

Add the Blob Storage documents

Upload a readable PDF as reports/annual-report.pdf and at least one supported file under documents/ in AZURE_CONTAINER_NAME, or update both hard-coded paths in the saved file to match your container.
6

Run the example

Save the code above as azure.py, then run:
Full source: cookbook/07_knowledge/05_integrations/cloud/02_azure.py