<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ollama on Marcus Pichler</title>
    <link>https://pichler.dev/tags/ollama/</link>
    <description>Recent content in Ollama on Marcus Pichler</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>marcus@pichler.dev (Marcus Pichler)</managingEditor>
    <webMaster>marcus@pichler.dev (Marcus Pichler)</webMaster>
    <lastBuildDate>Thu, 20 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://pichler.dev/tags/ollama/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building a Self-Hosted RAG Chatbot From Scratch</title>
      <link>https://pichler.dev/blog/building-rag-chatbot/</link>
      <pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><author>marcus@pichler.dev (Marcus Pichler)</author>
      <guid>https://pichler.dev/blog/building-rag-chatbot/</guid>
      <description>&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;p&gt;I built a &lt;strong&gt;Retrieval-Augmented Generation (RAG) chatbot&lt;/strong&gt; that answers questions about my professional background using my portfolio website as the single source of truth. It runs entirely on my own hardware - a K3s single-node setup with an NVIDIA RTX 3060 - with no cloud AI dependencies. The stack includes &lt;strong&gt;Ollama&lt;/strong&gt; serving &lt;strong&gt;Gemma 4 12B&lt;/strong&gt; on the GPU (it was vLLM with Gemma 3 4B when this was written), &lt;strong&gt;Qdrant&lt;/strong&gt; for vector search, and a &lt;strong&gt;Flask API&lt;/strong&gt; with OWASP-aligned security. Everything is deployed via GitLab CI/CD across three repositories, with automated content indexing, monitoring, and zero manual intervention.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
