Skip to content

Commit 4d550fd

Browse files
Merge pull request #6589 from aahill/aug-fixes
adding limitation
2 parents eb049cc + a4b97ad commit 4d550fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ You can add the Azure AI Search tool to an agent programmatically using the code
166166

167167
1. The index is created and connected to the [Azure AI Search](/azure/search/) service. You can now use the index with the Azure AI Search tool in your agent. You can also use the index outside of the agent, such as the Azure AI Search REST API or SDKs.
168168

169+
170+
## Limitations
171+
172+
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.
173+
174+
The Azure AI Search tool can only include one search index. If you want to utilize multiple indexes, consider using [connected agents](../connected-agents.md) with an Azure AI search index configured with each agent.
175+
169176
## Next steps
170177

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

0 commit comments

Comments
 (0)