<?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: PhatTai</title>
    <description>The latest articles on DEV Community by PhatTai (@ptai-eng).</description>
    <link>https://dev.to/ptai-eng</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4002009%2F2b0a047c-3576-44a7-909a-5f9109df0011.png</url>
      <title>DEV Community: PhatTai</title>
      <link>https://dev.to/ptai-eng</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ptai-eng"/>
    <language>en</language>
    <item>
      <title>I built an open-source Local RAG &amp; Markdown Extractor because AIs kept choking on my Data Analytics files</title>
      <dc:creator>PhatTai</dc:creator>
      <pubDate>Thu, 25 Jun 2026 09:17:46 +0000</pubDate>
      <link>https://dev.to/ptai-eng/i-built-an-open-source-local-rag-markdown-extractor-because-ais-kept-choking-on-my-data-analytics-5el1</link>
      <guid>https://dev.to/ptai-eng/i-built-an-open-source-local-rag-markdown-extractor-because-ais-kept-choking-on-my-data-analytics-5el1</guid>
      <description>&lt;p&gt;I’m taking the Google Data Analytics course right now, which means constantly feeding massive PDFs, huge CSVs, and long documents into LLMs. Almost every tool I tried either lost context, crashed, or was a nightmare to set up.&lt;/p&gt;

&lt;p&gt;So I built GoldPan AI to handle the heavy lifting. It's a multimodal extractor and Local RAG workspace that doesn't choke.&lt;/p&gt;

&lt;p&gt;The stack:&lt;/p&gt;

&lt;p&gt;Takes anything -&amp;gt; outputs Markdown: PDFs, huge CSVs, Audio, YouTube, and JS-heavy web pages. (Uses MarkItDown, Playwright, and Gemini 1.5 Flash for vision/audio).&lt;br&gt;
Parallel Processing: Chunking and parsing run concurrently via ThreadPoolExecutor. This is why it doesn't crash on massive files.&lt;br&gt;
100% Local Vector DB: Embeds straight into a local ChromaDB instance (all-MiniLM-L6-v2). Zero cloud dependency.&lt;br&gt;
Workspace UI: Next.js/Tailwind frontend to chat with your documents natively.&lt;br&gt;
I built this out of personal frustration, but figured some of you might find it useful for your local setups.&lt;/p&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/ptai-eng/GoldPan" rel="noopener noreferrer"&gt;https://github.com/ptai-eng/GoldPan&lt;/a&gt;&lt;br&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3yvzex8shi6ezw6dslpl.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3yvzex8shi6ezw6dslpl.png" alt=" " width="800" height="395"&gt;&lt;/a&gt;&lt;br&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzzorjbjsavk4ogg0ea8b.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzzorjbjsavk4ogg0ea8b.png" alt=" " width="799" height="393"&gt;&lt;/a&gt;&lt;/p&gt;

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