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
> -**BM25** = the baseline keyword relevance algorithm. It scores documents based on term frequency and inverse document frequency. `BM25 is the foundation of traditional search in Azure AI Search.`
24
-
> -**Semantic ranker** = a component that improves relevance by applying transformer-based semantic understanding on top of BM25 results. `Semantic ranker is a tool for better search, enhancing keyword matches with contextual meaning.`
25
-
> -**Agentic retrieval** = a pipeline that integrates BM25, semantic ranker, and LLM reasoning to handle complex, multi-part queries and produce grounded answers. `Agentic retrieval is a system that uses those tools, orchestrated by LLMs, to make search conversational and intelligent.`
> -**BM25** = the baseline keyword relevance algorithm. It scores documents based on term frequency and inverse document frequency. `BM25 is the foundation of traditional search in Azure AI Search.`
64
+
> -**Semantic ranker** = a component that improves relevance by applying transformer-based semantic understanding on top of BM25 results. `Semantic ranker is a tool for better search, enhancing keyword matches with contextual meaning.`
65
+
> -**Agentic retrieval** = a pipeline that integrates BM25, semantic ranker, and LLM reasoning to handle complex, multi-part queries and produce grounded answers. `Agentic retrieval is a system that uses those tools, orchestrated by LLMs, to make search conversational and intelligent.`
> Azure AI Search is a cloud search service that `lets you add powerful search capabilities to applications. Instead of just storing data`, it provides:
72
72
> - Indexing: You define indexes `(like a database schema) that organize documents for fast retrieval.`
73
73
> - Search queries: `Full‑text search, filters, facets, and ranking` across structured and unstructured data.
0 commit comments