<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Giovanni Del Gallo</title>
    <description>The latest articles on DEV Community by Giovanni Del Gallo (@gigagiova).</description>
    <link>https://dev.to/gigagiova</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1094323%2F32e5b623-e28a-43a2-8ca5-4d7d85da935c.jpeg</url>
      <title>DEV Community: Giovanni Del Gallo</title>
      <link>https://dev.to/gigagiova</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gigagiova"/>
    <language>en</language>
    <item>
      <title>Easy to use Python library for retrieval in LLMs apps</title>
      <dc:creator>Giovanni Del Gallo</dc:creator>
      <pubDate>Fri, 02 Jun 2023 13:39:57 +0000</pubDate>
      <link>https://dev.to/gigagiova/easy-to-use-python-library-for-retrieval-in-llms-apps-1n0b</link>
      <guid>https://dev.to/gigagiova/easy-to-use-python-library-for-retrieval-in-llms-apps-1n0b</guid>
      <description>&lt;p&gt;Hi guys, I've been developing LLM apps for a while now, and creating a retrieval engine always gives me headaches.&lt;br&gt;
Managed solutions are way too expensive, while libraries like faiss are definitely too unwieldy.&lt;/p&gt;

&lt;p&gt;Additionally, semantic or keyword searches often perform poorly, but there are not many hybrid alternatives out there. I've open-sourced a library that makes it super easy (3 lines of code) to create a retrieval engine using hybrid search, taking the best of semantic and keyword search.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/gigagiova/hybrid-index"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope it helps! Giovanni&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
