Skip to content

Commit

Permalink
🗣️ Add new talks
Browse files Browse the repository at this point in the history
  • Loading branch information
kozodoi committed Apr 1, 2024
1 parent 7d78b19 commit 3c444fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion _pages/p2_talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,23 @@ permalink: /talks/

<ul>
<li>
<b>Five Techniques for Improving RAG Chatbot</b>
<b>Building Chatbots That Know All About Your Business: Retrieval Augmented Generation</b>
<dd><bb>StreetSmart AI, 2024 (Berlin)</bb></dd>
</li>
</ul>
<ul class="no-bullets">
<span id="dots10"></span>
<li><span id="abs10"><p></p><b>Abstract:</b> Generative AI is rapidly spreading across different industries. Retrieval Augmented Generation (RAG) is one of the most popular applications of generative AI and LLMs. In this talk, we will explain how to build conversational assistants that leverage RAG to tap into your company’s data and provide accurate answers on user questions. We will walk through the main components of RAG systems and discuss important techniques to improve and evaluate their quality.</span></li>
<li>
<button class="btn" onclick="show_abstract(dots_id = 'dots11', abs_id = 'abs11', btn_id = 'b11')" id="b11">&#128220; Abstract</button>
<button class="btn" onclick="window.open('https://kozodoi.me/talks/SSAI_2024.pdf')" type="button">&#128202; Slides</button>
</li>
</ul>
<p></p>

<ul>
<li>
<b>Five Techniques for Improving RAG Chatbots</b>
<dd><bb>DataTalksClub, 2024 (Berlin)</bb></dd>
</li>
</ul>
Expand All @@ -56,6 +72,7 @@ permalink: /talks/
<li><span id="abs10"><p></p><b>Abstract:</b> Retrieval Augmented Generation (RAG) is one of the most popular applications of generative AI and LLMs. Enhancing retrievers is key to improve quality of RAG conversational assistants. In this talk, I will walk you through the main components of RAG systems and dive intro five practical techniques to improve the retrieval quality. </span></li>
<li>
<button class="btn" onclick="show_abstract(dots_id = 'dots10', abs_id = 'abs10', btn_id = 'b10')" id="b10">&#128220; Abstract</button>
<button class="btn" onclick="window.open('https://kozodoi.me/talks/DT_2024.pdf')" type="button">&#128202; Slides</button>
<button class="btn" onclick="window.open('https://www.youtube.com/live/xPYmClWk5O8?si=Xt867cVQNntqd58A&t=83')" type="button">&#128249; Video</button>
</li>
</ul>
Expand Down
Binary file added talks/DT_2024.pdf
Binary file not shown.
Binary file added talks/SSAI_2024.pdf
Binary file not shown.

0 comments on commit 3c444fd

Please sign in to comment.