Skip to content

Commit 5f26ada

Browse files
committed
adding limitation
1 parent 3d8502b commit 5f26ada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-foundry/agents/how-to/tools/azure-ai-search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ You can add the Azure AI Search tool to an agent programmatically using the code
171171

172172
Currently, if you want to use the Azure AI Search tool in the Azure AI Foundry portal behind a virtual network, you must create an agent using the SDK or REST API. After creating the agent in a code-based manner, you can then use it in the portal.
173173

174+
The Azure AI Search tool can only include one search index. If you want to utilize multiple index, consider using [connected agents](../connected-agents.md) with an Azure AI search index configured with each agent.
175+
174176
## Next steps
175177

176178
* See examples on how to use the [Azure AI Search tool](azure-ai-search-samples.md).

0 commit comments

Comments
 (0)