<?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: David Mayboroda</title>
    <description>The latest articles on DEV Community by David Mayboroda (@dmayboroda).</description>
    <link>https://dev.to/dmayboroda</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%2F2556963%2F2b9cbb99-6b34-45ff-b3f0-4fc8d2125f67.png</url>
      <title>DEV Community: David Mayboroda</title>
      <link>https://dev.to/dmayboroda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dmayboroda"/>
    <language>en</language>
    <item>
      <title>Deployable On-Premises RAG</title>
      <dc:creator>David Mayboroda</dc:creator>
      <pubDate>Tue, 04 Mar 2025 07:19:50 +0000</pubDate>
      <link>https://dev.to/dmayboroda/deployable-on-premises-rag-29oc</link>
      <guid>https://dev.to/dmayboroda/deployable-on-premises-rag-29oc</guid>
      <description>&lt;p&gt;I’m excited to introduce Minima, an open-source Retrieval-Augmented Generation (RAG) solution designed to work seamlessly on-premises or with integrations like ChatGPT and the Model Context Protocol (MCP). Whether you’re looking for a fully local RAG setup or prefer to integrate with external LLMs, Minima has you covered.&lt;/p&gt;

&lt;p&gt;Minima is a containerized RAG solution that prioritizes security, flexibility, and simplicity. You can run it fully locally or integrate it with external AI services, depending on your needs.&lt;/p&gt;

&lt;p&gt;Key Features&lt;/p&gt;

&lt;p&gt;Minima currently supports three modes of operation:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Isolated Installation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• Fully on-premises operation with no external dependencies (e.g., ChatGPT or Claude).&lt;/p&gt;

&lt;p&gt;• All neural networks—LLM, reranker, and embedding—run on your cloud or local PC.&lt;/p&gt;

&lt;p&gt;• Ensures your data stays secure and private.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Custom GPT&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• Query your local documents directly through the ChatGPT app or web interface via custom GPTs.&lt;/p&gt;

&lt;p&gt;• The indexer runs on your local PC or cloud, while ChatGPT serves as the primary LLM.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Anthropic Claude&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• Use the Claude app to query your local documents.&lt;/p&gt;

&lt;p&gt;• The indexer operates on your local PC, with Anthropic Claude as the primary LLM.&lt;/p&gt;

&lt;p&gt;With Minima, you can enjoy a flexible RAG solution that adapts to your infrastructure and security preferences.&lt;/p&gt;

&lt;p&gt;Would love to hear your feedback, thoughts, or ideas! Check it out, and let me know what you think.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/dmayboroda/minima" rel="noopener noreferrer"&gt;https://github.com/dmayboroda/minima&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rag</category>
      <category>llm</category>
      <category>docker</category>
      <category>python</category>
    </item>
  </channel>
</rss>
