Skip to content

Commit cdf42d4

Browse files
committed
updates
1 parent 5280492 commit cdf42d4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 12/11/2024
9+
ms.date: 07/17/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -30,13 +30,13 @@ File search augments agents with knowledge from outside its model, such as propr
3030

3131
### Supported file types
3232

33-
- [Supported file types](#supported-file-types)
33+
See [Supported file types](#supported-file-types).
3434

3535
### Usage support
3636

3737
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
3838
|---------|---------|---------|---------|---------|---------|---------|
39-
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | File upload only | File upload and using BYO blob storage |
39+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | File upload only | File upload and using bring-your-own blob storage |
4040

4141
## Dependency on agent setup
4242

@@ -49,9 +49,8 @@ The file search tool has the same functionality as Azure OpenAI Assistants. Micr
4949
The file search tool uses the Azure AI Search and Azure Blob Storage resources you connected during agent setup.
5050
- Uploaded files get stored in your connected Azure Blob Storage account
5151
- Vector stores get created using your connected Azure AI Search resource
52-
<br> </br>
5352

54-
For both agent setups, Azure OpenAI handles the entire ingestion process, which includes:
53+
For both agent setups, the service handles the entire ingestion process, which includes:
5554
- Automatically parsing and chunking documents
5655
- Generating and storing embeddings
5756
- Utilizing both vector and keyword searches to retrieve relevant content for user queries.
@@ -169,7 +168,7 @@ vector_store = project_client.agents.create_vector_store_and_poll(
169168

170169
Vector stores created using thread helpers (like `tool_resources.file_search.vector_stores` in Threads or `message.attachments` in Messages) have a default expiration policy of seven days after they were last active (defined as the last time the vector store was part of a run).
171170

172-
When a vector store expires, the runs on that thread fail. To fix this issue, you can recreate a new vector_store with the same files and reattach it to the thread.
171+
When a vector store expires, the runs on that thread fail. To fix this issue, you can recreate a new vector_store with the same files and reattach it to the thread.
173172

174173
### Supported file types
175174

0 commit comments

Comments
 (0)