<?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: 詩音</title>
    <description>The latest articles on DEV Community by 詩音 (@_c3665b5857aaeac16d2a39).</description>
    <link>https://dev.to/_c3665b5857aaeac16d2a39</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%2F3675442%2Fdbf692a9-67e0-4709-9d6b-9966f2177257.png</url>
      <title>DEV Community: 詩音</title>
      <link>https://dev.to/_c3665b5857aaeac16d2a39</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_c3665b5857aaeac16d2a39"/>
    <language>en</language>
    <item>
      <title>Vexor: Semantic Search That Actually Understands Your Code</title>
      <dc:creator>詩音</dc:creator>
      <pubDate>Tue, 23 Dec 2025 15:55:35 +0000</pubDate>
      <link>https://dev.to/_c3665b5857aaeac16d2a39/vexor-semantic-search-that-actually-understands-your-code-4pdg</link>
      <guid>https://dev.to/_c3665b5857aaeac16d2a39/vexor-semantic-search-that-actually-understands-your-code-4pdg</guid>
      <description>&lt;p&gt;Stop grepping for text. Start searching for meaning with vector-powered file search.&lt;/p&gt;

&lt;p&gt;Ever searched for "authentication logic" but couldn't find it because the file was named &lt;code&gt;login_handler.js&lt;/code&gt;?&lt;/p&gt;

&lt;p&gt;Traditional tools like &lt;code&gt;grep&lt;/code&gt; only match text. &lt;strong&gt;Vexor understands meaning.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ grep -r "payment" .
# Finds: payment_processor.py
# Misses: checkout.js, stripe_handler.js, transaction_manager.go
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You found 1 out of 4 relevant files.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ vexor "payment processing logic"

Results:
✓ checkout.js (0.89 similarity)
✓ stripe_handler.js (0.87)
✓ transaction_manager.go (0.85)
✓ payment_processor.py (0.82)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Vexor uses &lt;strong&gt;vector embeddings&lt;/strong&gt; to find files by meaning, not keywords.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;🔒 &lt;strong&gt;local or cloud API&lt;/strong&gt; — your choice&lt;br&gt;
⚡️ &lt;strong&gt;Fast&lt;/strong&gt;: &amp;lt;1000ms searches, 100+ files/min indexing&lt;br&gt;&lt;br&gt;
🛠 &lt;strong&gt;CLI + Desktop app&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
🌍 &lt;strong&gt;10+ file types&lt;/strong&gt; supported  &lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install vexor
vexor init
vexor "database connection pool"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Repo&lt;/strong&gt;: &lt;a href="https://github.com/scarletkc/vexor" rel="noopener noreferrer"&gt;github.com/scarletkc/vexor&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Navigate unfamiliar codebases&lt;/li&gt;
&lt;li&gt;Find scattered configs/docs&lt;/li&gt;
&lt;li&gt;Code reviews &amp;amp; refactoring&lt;/li&gt;
&lt;li&gt;Onboard new developers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stop wasting time guessing filenames. ⭐️ Star on GitHub if this helps!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>python</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
