Jason Haley

Ramblings from an Independent Consultant

Introducing: the Local RAG Series (with Semantic Kernel)

Announcing: The Local RAG Series with Semantic Kernel This year I’ve spent a lot of time focusing on Retrieval Augmented Generation (RAG) and its related technologies. I’ve also had my eye on agents and plan to focus on them a lot in 2025. From what I’ve seen with my limited work with agents so far is: they can be chatty. This has lead me to believe that agents will really take off once either the price of LLMs available via APIs lower (a lot) or local models become sufficient to use. Since I don’t know enough about what you can do with local models - I figured this is a great time to start digging into them. Plus, why not learn them with RAG and Semantic Kernel - two things I’ve spent a lot of time with this year. That should give me a good staring point to …