Bilge Yücel
Bilge is a Developer Relations Engineer at deepset, working with Haystack. She studied Computer Science and Engineering at Sabanci University. With over two years of experience as a Software Engineer, she developed a strong interest in AI and pursued a master's degree in Artificial Intelligence at KU Leuven with a focus on NLP. Now, she enjoys working with Haystack and helping the community build custom LLM applications ✨
@bilgeycl
Session
RAG has transformed AI systems by combining retrieval and generation, but traditional workflows often struggle with the dynamic demands of real-world applications, such as multi-step queries or integrating external APIs. Agentic behavior enhances RAG by enabling LLMs to make decisions, call tools, and adapt workflows dynamically. In this talk, we’ll define agentic behavior, explore its core features such as routing, tool integration, and reasoning, and demo its practical implementation in Python using Haystack.