<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Embeddings on Jamie Craane personal blog</title>
    <link>https://jamiecraane.dev/tags/embeddings/</link>
    <description>Recent content in Embeddings on Jamie Craane personal blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 14 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jamiecraane.dev/tags/embeddings/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Swapping OpenAI Embeddings for a Local Qwen3 Model</title>
      <link>https://jamiecraane.dev/2026/14/09/local-qwen3-embeddings/</link>
      <pubDate>Mon, 14 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://jamiecraane.dev/2026/14/09/local-qwen3-embeddings/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;I run a local-first knowledge base over my own notes. Markdown and PDFs in a folder get chunked, embedded, and stored in PostgreSQL with pgvector, and semantic search and a RAG chat sit on top. &amp;ldquo;Local-first&amp;rdquo; was true for the files and the database. It was not true for the embeddings: every chunk went to OpenAI&amp;rsquo;s &lt;code&gt;text-embedding-3-small&lt;/code&gt;, through OpenRouter, with a pseudonymization layer replacing names and emails before the text left the machine.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
