Skip to content

Commit 7b0bf0e

Browse files
committed
adding warning
1 parent aea2e6b commit 7b0bf0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ zone_pivot_groups: selection-azure-ai-search
1717
::: zone pivot="overview-azure-ai-search"
1818
Use an existing Azure AI Search index with the agent's Azure AI Search tool.
1919

20+
> [!NOTE]
21+
> Azure AI Search indexes must meet the following requirements:
22+
> - The index must contain at least one searchable & retrievable text field (type Edm.String)
23+
> - The index must contain at least one searchable vector field (type Collection(Edm.Single))
24+
> - The index is assumed to be configured properly
2025
2126
## Search types
2227
You can specify the search type for your index by choosing one of the following

0 commit comments

Comments
 (0)