Skip to content

Commit 8fe2377

Browse files
authored
Restore content related to search algorithms and images
Reintroduced images and notes about BM25, semantic ranker, and agentic retrieval in the README.
1 parent cae6b57 commit 8fe2377

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • 0_Azure/3_AzureAI/0_AISearch/demos/2_Index_Increase

0_Azure/3_AzureAI/0_AISearch/demos/2_Index_Increase/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ Last updated: 2025-07-17
1717
> - With that index, `you can jump straight to the right shelf and book in seconds.`
1818
> - Azure AI Search works like that catalog system: `it builds indexes for your files, so queries don’t have to scan every document.`
1919
20-
<img width="1562" height="628" alt="image" src="https://github.com/user-attachments/assets/2573610e-f63c-47a6-9621-2856ee218447" />
21-
22-
> [!NOTE]
23-
> - **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.`
26-
27-
<img width="800" alt="image" src="https://github.com/user-attachments/assets/d1225f14-bc34-4f5c-b0f2-b8702bd77aca" />
28-
29-
<img width="800" alt="image" src="https://github.com/user-attachments/assets/8d9f4d6f-e067-440d-97b9-d4a529fbbdcb" />
30-
3120
<details>
3221
<summary><b> List of References </b> (Click to expand)</summary>
3322

@@ -68,6 +57,17 @@ Last updated: 2025-07-17
6857

6958
</details>
7059

60+
<img width="1562" height="628" alt="image" src="https://github.com/user-attachments/assets/2573610e-f63c-47a6-9621-2856ee218447" />
61+
62+
> [!NOTE]
63+
> - **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.`
66+
67+
<img width="800" alt="image" src="https://github.com/user-attachments/assets/d1225f14-bc34-4f5c-b0f2-b8702bd77aca" />
68+
69+
<img width="800" alt="image" src="https://github.com/user-attachments/assets/8d9f4d6f-e067-440d-97b9-d4a529fbbdcb" />
70+
7171
> Azure AI Search is a cloud search service that `lets you add powerful search capabilities to applications. Instead of just storing data`, it provides:
7272
> - Indexing: You define indexes `(like a database schema) that organize documents for fast retrieval.`
7373
> - Search queries: `Full‑text search, filters, facets, and ranking` across structured and unstructured data.

0 commit comments

Comments
 (0)