<?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: Hansal Shah</title>
    <description>The latest articles on DEV Community by Hansal Shah (@hansalshah).</description>
    <link>https://dev.to/hansalshah</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%2F1762730%2Fa573b3d2-1af2-4791-9ab7-f7f29a8244c2.jpg</url>
      <title>DEV Community: Hansal Shah</title>
      <link>https://dev.to/hansalshah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hansalshah"/>
    <language>en</language>
    <item>
      <title>Semantic Router - Steer LLMs</title>
      <dc:creator>Hansal Shah</dc:creator>
      <pubDate>Wed, 10 Jul 2024 23:15:43 +0000</pubDate>
      <link>https://dev.to/hansalshah/semantic-router-steer-llms-1l23</link>
      <guid>https://dev.to/hansalshah/semantic-router-steer-llms-1l23</guid>
      <description>&lt;p&gt;I wanted to share a project I've been working on called SemRoute, and I would love to get your feedback. SemRoute is a semantic router that uses vector embeddings to route queries based on their semantic meaning. It's designed to be flexible and easy to use, without the need for training classifiers or using large language models.&lt;/p&gt;

&lt;p&gt;Here's a brief overview:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Supports multiple embedding models (OpenAI, MistralAI)&lt;/li&gt;
&lt;li&gt;Support custom embedding models&lt;/li&gt;
&lt;li&gt;Offers dynamic and static thresholding&lt;/li&gt;
&lt;li&gt;Allows different scoring methods (individual averaging, centroid)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can check it out on GitHub: &lt;a href="https://github.com/HansalShah007/semroute" rel="noopener noreferrer"&gt;https://github.com/HansalShah007/semroute&lt;/a&gt;. I'd really appreciate any feedback or suggestions from this community on how to improve it or use cases you think it might be suited for.&lt;br&gt;
Thanks!&lt;/p&gt;

</description>
      <category>nlp</category>
      <category>openai</category>
      <category>rag</category>
      <category>python</category>
    </item>
  </channel>
</rss>
