Skip to content

Commit cae6b57

Browse files
authored
Enhance README with images and algorithm descriptions
Added images and expanded explanations for BM25, semantic ranker, and agentic retrieval.
1 parent 1ee6c3d commit cae6b57

1 file changed

Lines changed: 4 additions & 0 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Last updated: 2025-07-17
2424
> - **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.`
2525
> - **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.`
2626
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+
2731
<details>
2832
<summary><b> List of References </b> (Click to expand)</summary>
2933

0 commit comments

Comments
 (0)