Jason Haley

Ramblings from an Independent Consultant

Microsoft Build 2025: Azure AI Search

Microsoft Build 2025: Azure AI Search

If you use Azure AI Search for your RAG applications, you are going to be excited about the new features that were just announced at Microsoft Build 2025.

If you want a video that provides a good overview, I’d recommend watching Pablo Castro’s talk Knowledge Retrieval: RAG for enterprise agents with Azure AI Search, he did a great job highlighting most of the new features.


Custom AI Search Skill to Convert Markdown Tables to JSON

Custom Azure AI Search Skill to Convert Markdown Tables to JSON

I was recently asked what options there are for handling large tables in PDFs, when ingesting files for a RAG application. The question was concerning a retrieval system that was having a problem identifying relevant data in some tables. The problem seemed to be due to the headings not being in the same chunk as the data - so the data doesn’t have any context to indicate its meaning.