- 4 more summary sections in Pro version
- 9 more key points in Pro version
- 18 more related questions in Pro version
Summary
Planning an AI-103 solution starts with choosing the right retrieval and model services. Azure AI Search is the stronger fit when the app needs a search index with vector fields, hybrid keyword plus vector retrieval, filters, semantic ranking, and scalable relevance tuning. Cosmos DB is a better fit when the app already needs an operational NoSQL store for transactional data and lightweight vector lookup over that same data; it is not a drop-in replacement for a full search engine with analyzers, semantic ranker, and indexer pipelines.
Key Points
- Azure AI Search: Azure AI Search is a managed search service for keyword, vector, hybrid, semantic, filtered, and faceted retrieval over an index. It matters on AI-103 when RAG needs relevance tuning, analyzers, indexers, semantic ranker, or vector search at search-service scale.