You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Step 2: Upload local files to your project Azure Blob Storage container
38
41
Upload your local file to the project’s Azure Blob Storage container. This is the same storage account you connected to your agent during setup. If you create more agents in the same project that need to use the uploaded file(s), you can reuse this asset uri, avoiding the need to upload the file multiple times.
42
+
43
+
Then, create a vector store using the ```asset_uri```, which is the location of your file in your project's datastore.
39
44
```python
40
45
# We'll upload the local file to your project Azure Blob Storage container and will use it for vector store creation.
0 commit comments