<?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: Ayush Patel</title>
    <description>The latest articles on DEV Community by Ayush Patel (@mesh4567890098765).</description>
    <link>https://dev.to/mesh4567890098765</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%2F3936392%2Fe8c629d2-5d45-4e33-82f7-9097b53353f0.png</url>
      <title>DEV Community: Ayush Patel</title>
      <link>https://dev.to/mesh4567890098765</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mesh4567890098765"/>
    <language>en</language>
    <item>
      <title>We Built a GraphRAG System Over 14,000 Research Papers!! Here's What We Learned</title>
      <dc:creator>Ayush Patel</dc:creator>
      <pubDate>Sun, 17 May 2026 14:27:27 +0000</pubDate>
      <link>https://dev.to/mesh4567890098765/we-built-a-graphrag-system-over-14000-research-papers-heres-what-we-learned-2em7</link>
      <guid>https://dev.to/mesh4567890098765/we-built-a-graphrag-system-over-14000-research-papers-heres-what-we-learned-2em7</guid>
      <description>&lt;p&gt;For the TigerGraph GraphRAG Hackathon, we built &lt;strong&gt;GyanCortex&lt;/strong&gt; — a Q&amp;amp;A system that answers factual and multi-hop questions over 14,247 AI/ML research papers.&lt;/p&gt;

&lt;p&gt;The core question: does adding a knowledge graph on top of vector search actually help?&lt;/p&gt;




&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;Three retrieval pipelines, one benchmark (16 hand-authored questions):&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;LLM-Only&lt;/strong&gt; — keyword filter → dump papers into Gemini. Simple baseline.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hybrid RAG&lt;/strong&gt; — Qdrant dense + sparse retrieval, cross-encoder reranking, 
query decomposition for multi-hop.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GraphRAG&lt;/strong&gt; — everything in Pipeline 2, plus TigerGraph for citation 
expansion (&lt;code&gt;CITES&lt;/code&gt; edges) and topic linking (&lt;code&gt;HAS_TOPIC&lt;/code&gt; edges).&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Pipeline&lt;/th&gt;
&lt;th&gt;Pass Rate&lt;/th&gt;
&lt;th&gt;Avg Latency&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;LLM-Only&lt;/td&gt;
&lt;td&gt;31.2%&lt;/td&gt;
&lt;td&gt;29s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hybrid RAG&lt;/td&gt;
&lt;td&gt;93.8%&lt;/td&gt;
&lt;td&gt;115s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;GraphRAG&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;100%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;50s&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;More accurate &lt;em&gt;and&lt;/em&gt; 2.3× faster than pure Hybrid RAG.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why the Graph Helps
&lt;/h2&gt;

&lt;p&gt;Vector search is good at finding semantically similar papers. It struggles with &lt;br&gt;
papers that are &lt;em&gt;related but phrased differently&lt;/em&gt; — exactly what multi-hop &lt;br&gt;
questions need.&lt;/p&gt;

&lt;p&gt;TigerGraph let us traverse citation networks and topic clusters to surface papers &lt;br&gt;
the vector index ranked poorly. The one question Hybrid RAG failed was a &lt;br&gt;
multi-hop synthesis question — the graph found the right papers, vector search &lt;br&gt;
didn't.&lt;/p&gt;

&lt;p&gt;The graph traversal adds ~2–5s per query. The accuracy gain is worth it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;p&gt;TigerGraph · Qdrant · Llama 3.3 70B via Groq · FastAPI · React&lt;/p&gt;

</description>
      <category>graphrag</category>
      <category>tigergraph</category>
    </item>
  </channel>
</rss>
