We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8b800 commit 3d2a9a0Copy full SHA for 3d2a9a0
agentic-retrieval-pipeline-example/agent-example.ipynb
@@ -97,7 +97,9 @@
97
"\n",
98
"+ Azure AI Search\n",
99
"+ Azure OpenAI (for the models deployed to your project)\n",
100
- "+ Microsoft Foundry project"
+ "+ 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/)."
103
]
104
},
105
{
@@ -121,7 +123,6 @@
121
123
"source": [
122
124
"from dotenv import load_dotenv\n",
125
"from azure.identity import DefaultAzureCredential\n",
- "from azure.core.credentials import AzureKeyCredential\n",
126
"from azure.mgmt.core.tools import parse_resource_id\n",
127
"import os\n",
128
0 commit comments