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 aea2e6b commit 7b0bf0eCopy full SHA for 7b0bf0e
articles/ai-services/agents/how-to/tools/azure-ai-search.md
@@ -17,6 +17,11 @@ zone_pivot_groups: selection-azure-ai-search
17
::: zone pivot="overview-azure-ai-search"
18
Use an existing Azure AI Search index with the agent's Azure AI Search tool.
19
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
25
26
## Search types
27
You can specify the search type for your index by choosing one of the following
0 commit comments