<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Llm on Dipankar Nath</title><link>https://dipankarnath.pages.dev/tags/llm/</link><description>Recent content in Llm on Dipankar Nath</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 18 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://dipankarnath.pages.dev/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>CodeWiki Bot — AI-Powered Documentation &amp; Chat Over a Codebase</title><link>https://dipankarnath.pages.dev/posts/codewiki-bot/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://dipankarnath.pages.dev/posts/codewiki-bot/</guid><description>&lt;p&gt;&lt;strong&gt;CodeWiki Bot&lt;/strong&gt; is an AI-powered documentation and chat assistant that sits on
top of a codebase. Instead of hunting through repos and outdated wikis,
developers just &lt;em&gt;ask&lt;/em&gt; — and get grounded answers, cross-repo dataflow
diagrams, and architecture context on demand.&lt;/p&gt;
&lt;p&gt;&lt;img alt="CodeWiki Bot dashboard" loading="lazy" src="https://dipankarnath.pages.dev/posts/codewiki-bot/codewiki-bot.png"&gt;&lt;/p&gt;
&lt;h2 id="what-it-does"&gt;What it does&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Graph-RAG engine&lt;/strong&gt; — combines a knowledge graph of the code with
retrieval-augmented generation, so answers understand &lt;em&gt;relationships&lt;/em&gt;
between modules, not just keyword matches.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cross-repo dataflow &amp;amp; architecture diagrams&lt;/strong&gt; — automatically generated
from indexed code, spanning multiple repositories.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Natural-language chat over the codebase&lt;/strong&gt; — ask &amp;ldquo;where is X handled?&amp;rdquo; or
&amp;ldquo;how does data flow from A to B?&amp;rdquo; and get a sourced answer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Semantic search across Azure DevOps repos&lt;/strong&gt; — 12,000+ documents indexed
and kept in sync.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="why-graph-rag-not-plain-rag"&gt;Why Graph-RAG (not plain RAG)&lt;/h2&gt;
&lt;p&gt;Plain RAG retrieves similar text chunks. A &lt;strong&gt;graph&lt;/strong&gt; layer adds the &lt;em&gt;structure&lt;/em&gt;
of the codebase — call relationships, data flow, module dependencies — so the
bot can reason across files and repos instead of answering from isolated
snippets. That&amp;rsquo;s what makes cross-repo diagrams and &amp;ldquo;how does this connect&amp;rdquo;
questions possible.&lt;/p&gt;</description></item></channel></rss>