Skip to content

Commit eeba87f

Browse files
authored
Update README with new image and algorithm explanations
Added a new image and expanded explanations for BM25, semantic ranker, and agentic retrieval in the README.
1 parent 2b184b2 commit eeba87f

1 file changed

Lines changed: 2 additions & 1 deletion

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Last updated: 2025-07-17
5858

5959
</details>
6060

61-
<img width="1562" height="628" alt="image" src="https://github.com/user-attachments/assets/2573610e-f63c-47a6-9621-2856ee218447" />
61+
<img width="1400" height="539" alt="image" src="https://github.com/user-attachments/assets/5a15fdea-7057-468b-bf08-602b84afa9c9" />
62+
6263

6364
> [!NOTE]
6465
> - **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.`

0 commit comments

Comments
 (0)