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. Pablo Castro’s talk Knowledge Retrieval: RAG for enterprise agents with Azure AI Search Multimodal search What it is: Why it matters: What you can do with it: Agentic retrieval If you have a comment, please message me @haleyjason on twitter/X.

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.