Generative AI Level Up Tuesdays
Tune into this dynamic series to dive into the world of Generative AI solutions and explore Azure AI Foundry, Azure AI Agents, Responsible AI tools, and more. You'll get…
23/01/2025
RAG (Retrieval Augmented Generation) is one of the most promising uses for large language models. Instead of asking an LLM a question and hoping the answer lies somewhere in its weights, we instead first query a knowledge base for anything relevant to the question, and then feed both those results…