Skip to content

Commit 3d2a9a0

Browse files
committed
Updated agent-example.ipynb
1 parent 7d8b800 commit 3d2a9a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

agentic-retrieval-pipeline-example/agent-example.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
"\n",
9898
"+ Azure AI Search\n",
9999
"+ Azure OpenAI (for the models deployed to your project)\n",
100-
"+ Microsoft Foundry project"
100+
"+ Microsoft Foundry project\n",
101+
"\n",
102+
"You also need the resource ID of your project. You can find all of these values in the [Azure portal](https://portal.azure.com/)."
101103
]
102104
},
103105
{
@@ -121,7 +123,6 @@
121123
"source": [
122124
"from dotenv import load_dotenv\n",
123125
"from azure.identity import DefaultAzureCredential\n",
124-
"from azure.core.credentials import AzureKeyCredential\n",
125126
"from azure.mgmt.core.tools import parse_resource_id\n",
126127
"import os\n",
127128
"\n",

0 commit comments

Comments
 (0)