<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GraphRAG on SoloSoft</title><link>https://www.solosoft.dev/tags/graphrag/</link><description>Recent content in GraphRAG on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/graphrag/index.xml" rel="self" type="application/rss+xml"/><item><title>Code-Graph: Open-Source Tool for Analyzing Source Code as Queryable Knowledge Graphs</title><link>https://www.solosoft.dev/post/code-graph-analyzer-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/code-graph-analyzer-2026/</guid><description>&lt;p&gt;Understanding unfamiliar codebases is one of the hardest challenges in software development. &lt;a href="https://github.com/FalkorDB/code-graph"&gt;Code-Graph&lt;/a&gt; by &lt;strong&gt;FalkorDB&lt;/strong&gt; tackles this problem in a novel way: by transforming source code repositories into fully queryable knowledge graphs that you can interrogate in natural language.&lt;/p&gt;
&lt;p&gt;Instead of reading through files linearly or relying on code search tools that treat code as flat text, Code-Graph analyzes your codebase at the &lt;strong&gt;Abstract Syntax Tree (AST)&lt;/strong&gt; level, extracting every significant entity &amp;ndash; classes, functions, methods, modules, arguments, variables &amp;ndash; and mapping their relationships into a property graph stored in &lt;strong&gt;FalkorDB&lt;/strong&gt;. The result is a structured, navigable representation of your entire codebase that supports natural language queries like &amp;ldquo;Show me all classes that depend on the DatabaseConnection class&amp;rdquo; or &amp;ldquo;Find unused utility functions in the auth module.&amp;rdquo;&lt;/p&gt;</description></item><item><title>FalkorDB: Ultra-Fast Open-Source Graph Database for Knowledge Graphs and GraphRAG</title><link>https://www.solosoft.dev/post/falkordb-graph-database-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/falkordb-graph-database-2026/</guid><description>&lt;p&gt;&lt;a href="https://github.com/FalkorDB/FalkorDB"&gt;FalkorDB&lt;/a&gt; is an ultra-fast, open-source multi-tenant property graph database built specifically for &lt;strong&gt;LLM Knowledge Graphs&lt;/strong&gt; and &lt;strong&gt;GraphRAG&lt;/strong&gt; (Graph-based Retrieval-Augmented Generation). As the direct successor to RedisGraph &amp;ndash; which was discontinued by Redis Inc. in 2023 &amp;ndash; FalkorDB has been adopted by a growing community of AI practitioners who need graph database performance optimized for the age of large language models.&lt;/p&gt;
&lt;p&gt;Under the hood, FalkorDB uses &lt;strong&gt;sparse matrix operations&lt;/strong&gt; via the GraphBLAS standard to represent and query graph adjacency matrices. This approach is fundamentally different from the index-based traversal used by most graph databases, and it is the key to FalkorDB&amp;rsquo;s millisecond-latency query performance even on graphs with millions of nodes.&lt;/p&gt;</description></item><item><title>LLM Graph Builder: Neo4j's RAG-to-Graph Pipeline</title><link>https://www.solosoft.dev/post/llm-graph-builder-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/llm-graph-builder-2026/</guid><description>&lt;p&gt;The limitations of traditional Retrieval-Augmented Generation (RAG) have become increasingly clear as organizations deploy AI systems in production. Vector search &amp;ndash; the backbone of conventional RAG &amp;ndash; does a reasonable job of finding semantically similar document chunks, but it fundamentally lacks structural understanding. It cannot express that &amp;ldquo;Apple acquired Beats in 2014&amp;rdquo; involves a relationship between two entities with a specific type and date. It cannot follow a chain of relationships across multiple documents. It treats the knowledge base as a flat bag of vectors rather than an interconnected web of facts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Neo4j&amp;rsquo;s LLM Graph Builder&lt;/strong&gt; addresses this limitation by bridging the gap between large language models and graph databases. It is an open-source tool that uses LLMs to automatically extract entities and relationships from unstructured documents, then populates a Neo4j knowledge graph with the resulting structured data. The output is a GraphRAG pipeline that combines the semantic understanding of LLMs with the structural precision of graph databases.&lt;/p&gt;</description></item></channel></rss>