<?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>Forem: siv-io</title>
    <description>The latest articles on Forem by siv-io (@siv_io_).</description>
    <link>https://forem.com/siv_io_</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%2F3395312%2F45713c08-9b29-418e-a6c3-10197111d888.jpg</url>
      <title>Forem: siv-io</title>
      <link>https://forem.com/siv_io_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/siv_io_"/>
    <language>en</language>
    <item>
      <title>It took me a month to solve — Why chatgpt doesn't have a search, and i open sourced it!</title>
      <dc:creator>siv-io</dc:creator>
      <pubDate>Tue, 30 Sep 2025 04:59:39 +0000</pubDate>
      <link>https://forem.com/siv_io_/it-took-me-a-month-to-solve-why-chatgpt-doesnt-have-a-search-and-i-open-sourced-it-2kie</link>
      <guid>https://forem.com/siv_io_/it-took-me-a-month-to-solve-why-chatgpt-doesnt-have-a-search-and-i-open-sourced-it-2kie</guid>
      <description>&lt;p&gt;The worst part about using AI sites - they don't have a freakin search, not even a simple keyword search&lt;/p&gt;

&lt;p&gt;Why? God knows why.&lt;/p&gt;

&lt;p&gt;Claude and perplexity still have a pretty basic keyword search, chatgpt doesn't at all&lt;/p&gt;

&lt;p&gt;I've seen people complain for it on forums and reddit but I still don't know why they've chosen not to have that one simple feature&lt;/p&gt;

&lt;p&gt;I got extremely fustrated with this - had to go through entire day's history just to find one response &lt;/p&gt;

&lt;p&gt;it gets worse if it's a old chat and even worse if you are &lt;br&gt;
like me and use 6 different AI sites - &lt;br&gt;
i don't even know where i made the search&lt;/p&gt;

&lt;p&gt;Decided to built a solution myself (says every dev)&lt;/p&gt;

&lt;p&gt;Thought it would be pretty easy but man it took me a whole month&lt;/p&gt;

&lt;p&gt;Here's how i fixed it - &lt;/p&gt;

&lt;p&gt;it's a chrome extension that indexes your chats once you install&lt;br&gt;
does some magic and converts your chats into numbers (embeddings) &lt;br&gt;
then stores them in your local database (indexDB)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw82pwaeqszxcg0lneley.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw82pwaeqszxcg0lneley.png" alt=" " width="800" height="613"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;you can then make a search across all the supported sites (chatgpt, claude and perplexity for now) and it'll find the most similar chats as per your query&lt;/p&gt;

&lt;p&gt;not just keyword match - it finds contextually related chats from your query &lt;/p&gt;

&lt;p&gt;and i just open sourced it - &lt;a href="https://github.com/siv-io/Index-AI-Chat-Search" rel="noopener noreferrer"&gt;https://github.com/siv-io/Index-AI-Chat-Search&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;let me know what you think &lt;br&gt;
also lemme know if you want me to do a deep dive on how i built it&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>chatgpt</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
