<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Workshops Archives - TantusData</title>
	<atom:link href="https://tantusdata.com/insights-categories/workshops/feed/" rel="self" type="application/rss+xml" />
	<link>https://tantusdata.com/insights-categories/workshops/</link>
	<description>That uncovers wisdom.</description>
	<lastBuildDate>Fri, 18 Apr 2025 09:39:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://tantusdata.com/app/uploads/2023/01/cropped-Favicon-32x32.png</url>
	<title>Workshops Archives - TantusData</title>
	<link>https://tantusdata.com/insights-categories/workshops/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>LLMs and LangChain &#8211; Getting Started Guide </title>
		<link>https://tantusdata.com/insights/llms-and-langchain-getting-started-guide/</link>
		
		<dc:creator><![CDATA[TantusData]]></dc:creator>
		<pubDate>Thu, 17 Apr 2025 14:10:06 +0000</pubDate>
				<category><![CDATA[ChatBot]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[Custom LLM Integration]]></category>
		<category><![CDATA[Embeddings]]></category>
		<category><![CDATA[LangChain]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[RAG]]></category>
		<category><![CDATA[Workshops]]></category>
		<guid isPermaLink="false">https://tantusdata.com/?post_type=insights&#038;p=2194</guid>

					<description><![CDATA[<p>Hands-on workshop on building GPT-powered apps with LangChain, Agents, embeddings, and vector databases. Learn to create accurate, real-time AI solutions.</p>
<p>The post <a href="https://tantusdata.com/insights/llms-and-langchain-getting-started-guide/">LLMs and LangChain &#8211; Getting Started Guide </a> appeared first on <a href="https://tantusdata.com">TantusData</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img decoding="async" src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdkblVpi4RIKkpplA394yrz2huIAU6Cfitr1RakjnO_eE2nRGj3S-6ayAhDFv625mPcvx8Tc3yWP4A2zmQ5CR-FvdjI0H0Mb55r2bp4jmGHhLG41xLyLH8_H7FDUN9qMTHchkO1?key=hPVoxYPm7EKr5RpXGhisew2k" alt=""/></figure>



<p></p>



<p>During their workshop at Big Data Conference Europe, <strong>Marcin and Bartek</strong> guided participants through the essentials of GPT-powered LLM applications. By the end of the session, attendees had a solid grasp of developing with Chains and powerful reasoning Agents, integrating external APIs and context sources, and building solutions that excel in question-answering over documents—all with a focus on accuracy and safety.</p>



<h2 class="wp-block-heading"><strong>What it covered:&nbsp;</strong></h2>



<ul class="wp-block-list">
<li><strong>Foundations of LLMs:</strong> Participants discovered which Large Language Models best suited different needs and how to apply them effectively.</li>



<li><strong>LangChain Essentials:</strong> They gained a solid understanding of the LangChain API and learned how Chains and Agents can drive dynamic, intelligent behavior in applications.</li>



<li><strong>Context and Integrations:</strong> Attendees explored how to integrate external APIs, pass context between components, and leverage vector databases for advanced features.</li>



<li><strong>Question Answering with Your Own Data:</strong> They used embeddings and combined ChatGPT, VectorDb, and LangChain to develop robust question-answering systems.</li>



<li><strong>Reasoning Agents:</strong> Participants examined how Agents can utilize real-time tools such as Google Search or Wolfram Alpha for powerful, on-the-fly problem-solving.</li>



<li><strong>Accuracy and Safety:</strong> They delved into techniques for self-querying, hallucination checks, and output moderation to ensure reliable application performance.</li>



<li><strong>Tuning and Production:</strong> Finally, they got a glimpse into real-world deployment, from optimizing embeddings to managing inference and costs.</li>
</ul>



<p></p>



<h2 class="wp-block-heading"><strong>Missed the Session? Don’t Worry!</strong></h2>



<p>Couldn’t make it to our workshop at Big Data Conference Europe? We’ve got you covered. We can bring the same interactive experience straight to your team.</p>



<p></p>



<h2 class="wp-block-heading"><strong>By the End of This Workshop, You Will:</strong></h2>



<ul class="wp-block-list">
<li>Gain a strong understanding of ChatGPT-powered LLM applications.</li>



<li>Master the LangChain API to build and orchestrate Chains and Agents for complex decision-making.</li>



<li>Develop real-world applications integrating external APIs and data.</li>



<li>Build reasoning Agents that tackle dynamic problems in real-time.</li>



<li>Implement crucial techniques for application safety and accuracy.</li>



<li>Combine ChatGPT, VectorDb, and LangChain into powerful question-answering systems.</li>



<li>Level up your AI skills and transform your creative ideas into functional, future-ready solutions.</li>
</ul>



<p></p>



<h2 class="wp-block-heading"><strong>Hands-On Agenda</strong></h2>



<ol class="wp-block-list">
<li><strong>Introduction</strong>
<ul class="wp-block-list">
<li>Overview of various LLMs – what’s good for your use case?</li>



<li>Introduction to LangChain</li>
</ul>
</li>



<li><strong>Building with Chains and Agents</strong>
<ul class="wp-block-list">
<li>LangChain API</li>



<li>Passing context between components</li>



<li>Integrations with external APIs and data sources</li>



<li>Comparing Chains vs. Agents</li>
</ul>
</li>



<li><strong>Question Answering Over Documents</strong>
<ul class="wp-block-list">
<li>Introduction to embeddings</li>



<li>Overview of vector databases</li>



<li>Converting documents to vectors (plus common gotchas)</li>



<li>Building a simple application with ChatGPT, VectorDb, and LangChain</li>
</ul>
</li>



<li><strong>Creating Powerful Reasoning Agents</strong>
<ul class="wp-block-list">
<li>Dynamic decision-making</li>



<li>Integrations with tools (e.g., Google Search, Wolfram Alpha)</li>
</ul>
</li>



<li><strong>Summary &amp; Best Practices</strong>
<ul class="wp-block-list">
<li>Techniques for improving accuracy and safety: self-querying, hallucination checks, and output moderation</li>



<li>LLM in production: key challenges and how to tackle them</li>



<li>Potentials for tuning: embeddings, inference optimization, cost management</li>
</ul>
</li>
</ol>



<p></p>



<h2 class="wp-block-heading"><strong>Ready for a Custom Workshop?</strong></h2>



<p>Looking to tailor this session to your organization’s specific needs? We can help. <strong><a href="https://tantusdata.com/contact-us/">Contact us</a></strong> to explore how we can design a workshop that unleashes the power of generative AI for your projects. Let’s build the future together!<br><br></p>



<p></p>
<p>The post <a href="https://tantusdata.com/insights/llms-and-langchain-getting-started-guide/">LLMs and LangChain &#8211; Getting Started Guide </a> appeared first on <a href="https://tantusdata.com">TantusData</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
