Documentation Index
Fetch the complete documentation index at: https://mintlify.com/MicrosoftDocs/azure-ai-docs/llms.txt
Use this file to discover all available pages before exploring further.
File Search Tool
File Search augments agents with knowledge from documents like product information, internal documentation, or user-provided files.How It Works
The file search tool implements retrieval best practices:- Rewrites queries for optimal search
- Breaks down complex queries into multiple parallel searches
- Runs hybrid search (vector + keyword) across vector stores
- Reranks results to select most relevant content
- Injects into context for agent to use
- Chunk size: 800 tokens
- Chunk overlap: 400 tokens
- Embedding model: text-embedding-3-large (256 dimensions)
- Max chunks in context: 20
Quick Start
Vector Stores
Vector stores enable file search capabilities:- Store up to 10,000 files per vector store
- Attach one vector store to agent
- Attach one vector store to thread
- Automatic parsing, chunking, and embedding
Setup Dependencies
Basic Setup
- Microsoft-managed storage and search
Standard Setup
- Uses your Azure Blob Storage
- Uses your Azure AI Search resource
- Full data control