<?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: Swapnil Shitole</title>
    <description>The latest articles on DEV Community by Swapnil Shitole (@swapnil_shitole_2fc46b932).</description>
    <link>https://dev.to/swapnil_shitole_2fc46b932</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%2F3969485%2F4d47f9f6-fc7c-4d6c-b5c6-83975d49be32.jpg</url>
      <title>DEV Community: Swapnil Shitole</title>
      <link>https://dev.to/swapnil_shitole_2fc46b932</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/swapnil_shitole_2fc46b932"/>
    <language>en</language>
    <item>
      <title>Built an AI-Powered Spring Boot Log Analyzer Using RAG + Ollama</title>
      <dc:creator>Swapnil Shitole</dc:creator>
      <pubDate>Fri, 05 Jun 2026 08:31:55 +0000</pubDate>
      <link>https://dev.to/swapnil_shitole_2fc46b932/built-an-ai-powered-spring-boot-log-analyzer-using-rag-ollama-21d7</link>
      <guid>https://dev.to/swapnil_shitole_2fc46b932/built-an-ai-powered-spring-boot-log-analyzer-using-rag-ollama-21d7</guid>
      <description>&lt;p&gt;I've been working on a log analysis platform that helps debug Spring Boot applications by analyzing logs and stack traces using RAG.&lt;br&gt;
&lt;a href="https://loganalyzer.xyz/" rel="noopener noreferrer"&gt;https://loganalyzer.xyz/&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Spring Boot&lt;br&gt;
Ollama (Qwen/Llama)&lt;br&gt;
nomic-embed-text embeddings&lt;br&gt;
PostgreSQL + pgvector&lt;/p&gt;

&lt;p&gt;It can parse logs, detect exceptions, retrieve similar incidents from a vector database, and explain potential root causes using an LLM.&lt;/p&gt;

&lt;p&gt;I'm looking for feedback on the architecture and approach. What would you improve for root-cause analysis of complex Java stack traces?&lt;/p&gt;

&lt;p&gt;Demo: &lt;a href="https://loganalyzer.xyz/" rel="noopener noreferrer"&gt;https://loganalyzer.xyz/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>showdev</category>
      <category>springboot</category>
    </item>
  </channel>
</rss>
