You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/file-search.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
9
9
ms.date: 08/01/2025
10
10
author: aahill
11
11
ms.author: aahi
12
-
ms.custom: azure-ai-agents
12
+
ms.custom: azure-ai-agents, references_regions
13
13
---
14
14
15
15
# Azure AI Foundry Agent Service file search tool
@@ -79,7 +79,7 @@ Vector store objects give the file search tool the ability to search your files.
79
79
Similarly, these files can be removed from a vector store by either:
80
80
81
81
* Deleting the vector store file object or,
82
-
* By deleting the underlying file object, which removes the file it from all vector_store and code_interpreter configurations across all agents and threads in your organization
82
+
* By deleting the underlying file object, which removes the file from all vector_store and code_interpreter configurations across all agents and threads in your organization
83
83
84
84
The maximum file size is 512 MB. Each file should contain no more than 5,000,000 tokens per file (computed automatically when you attach a file).
0 commit comments