Empower your AI agents with enterprise knowledge retrieval. Connect data sources, build RAG pipelines, and deliver answers โ not just search results.
Try the search modes that power Azure AI Search: full-text keyword matching, vector similarity for semantic meaning, and hybrid search that combines both for best results.
Click any card to explore the details of each capability.
Connect to multiple data sources with minimal ETL, indexing, or infrastructure management.
Azure Blob Storage, Cosmos DB, SQL Database, SharePoint, and public web sources. Automated indexers keep your search index synchronized with source data changes.
One unified API for cross-source agentic RAG with multi-hop query planning.
multi-hop reasoning and synthesize answers across sources. Agents can query a single endpoint that federates across your entire data estate.
Combine keyword, vector, and semantic search in a single request for optimal results.
BM25 text ranking and HNSW / KNN vector similarity in parallel. Results are fused using Reciprocal Rank Fusion (RRF) to combine the best of both approaches.
Encryption, secure auth, network isolation, and 100+ compliance certifications.
RBAC, managed identity, private endpoints, and customer-managed keys. Compliant with SOC 2, HIPAA, ISO 27001, and more.
SDKs, Microsoft Foundry, Copilot Studio, and open-source framework support.
.NET, Python, Java, JavaScript. Integrates with LangChain, Semantic Kernel, and the Foundry Agent Service for end-to-end AI agent workflows.
Automate your RAG pipeline with built-in parsing, chunking, and embedding.
document cracking, text chunking, AI enrichment, and vectorization in a single flow. Supports PDF, DOCX, PPTX, XLSX, HTML, JSON, and image formats.
Click any step to understand how data flows through the retrieval-augmented generation pipeline.
Connect data sources
Split documents
Generate vectors
Store in AI Search
Query & rank
LLM synthesizes
Understanding when to use each search approach for your RAG application.
| Capability | Full-Text | Vector | Hybrid | Semantic |
|---|---|---|---|---|
| Exact keyword matching | โฆ | โ | โฆ | โฆ |
| Meaning-based similarity | โ | โฆ | โฆ | โฆ |
| Handles typos & synonyms | โ | โฆ | โฆ | โฆ |
| SKU / barcode lookup | โฆ | โ | โฆ | โ |
| Natural language queries | โ | โฆ | โฆ | โฆ |
| Multi-language support | โฆ | โฆ | โฆ | โฆ |
| Best for RAG pipelines | โ | โฆ | โฆ | โฆ |