graph-rag-agent

拼好RAG:手搓并融合了GraphRAG、LightRAG、Neo4j-llm-graph-builder进行知识图谱构建以及搜索;整合DeepSearch技术实现私域RAG的推理;自制针对GraphRAG的评估框架| Integrate GraphRAG, LightRAG, and Neo4j-llm-graph-builder for knowledge graph construction and search. Combine DeepSearch for private RAG reasoning. Create a custom evaluation framework for GraphRAG.

22 articles 1.9k View on GitHub ↗
22 articles
Performance Tuning Options for GraphRAG Agent: Complete Configuration Guide

Discover GraphRAG Agent performance tuning options. Optimize throughput, latency, and resources via env vars for concurrency, batching, GDS settings, and caching.

performance
Feb 23, 2026
How the Incremental Update Mechanism for Knowledge Graphs Works in graph-rag-agent

Learn how the incremental update mechanism for knowledge graphs in graph-rag-agent efficiently detects and applies changes to your Neo4j graph without full rebuilds.

internals
Feb 23, 2026
How to Configure the GraphRAG Agent System: Complete Setup Guide

Configure the GraphRAG Agent system easily. Follow this setup guide to clone the repo, install dependencies, set up Neo4j and LLM credentials, and run the application.

how-to-guide
Feb 23, 2026
How to Start the Streamlit Frontend UI for Graph-RAG Agent

Start the Streamlit frontend UI for your Graph-RAG Agent by running streamlit run frontend/app.py from the repository root. Access the web interface at http://localhost:8501.

how-to-guide
Feb 23, 2026
How to Start the FastAPI Backend Service for the Graph-RAG Agent

Start your FastAPI backend service for the Graph-RAG Agent by running uvicorn server main app --reload. Get your project running quickly and efficiently.

how-to-guide
Feb 23, 2026
GraphRAG Agent Deployment: Complete Steps to Deploy the Services Locally or with Docker

Deploy the GraphRAG Agent locally or with Docker. Follow our complete guide to clone the repo install dependencies configure environment variables and launch backend and frontend services.

how-to-guide
Feb 23, 2026
How Caching is Implemented in GraphRAG Agent for Performance Optimization

Discover how GraphRAG Agent optimizes performance with a dual-layer caching strategy, reducing LLM calls and transformer downloads for faster results.

performance
Feb 23, 2026
The Role of Community Detection in GraphRAG Agent: Architecture and Implementation

Discover how community detection in GraphRAG Agent clusters knowledge graphs for faster retrieval and richer context. Learn about its architecture and implementation.

architecture
Feb 23, 2026
How Deep Research Search Mode Functions in GraphRAG Agent

Understand how the deep research search mode in GraphRAG Agent works. Explore its iterative think-search-reason loop for complex query answers using vector retrieval and Neo4j graph traversal.

deep-dive
Feb 23, 2026
What Is Hybrid Search in GraphRAG Agent: A Complete Technical Guide

Explore hybrid search in GraphRAG Agent, a powerful retrieval strategy combining Cypher and vector similarity for detailed entity retrieval and broad contextual understanding. Learn how it works.

deep-dive
Feb 23, 2026
How Local Search Works in the GraphRAG Agent: Neo4j Vector Search and LLM Integration

Discover how local search in the GraphRAG Agent leverages Neo4j vector search and LLM integration with LangChain to retrieve and synthesize context from knowledge graphs for precise answers.

deep-dive
Feb 23, 2026
GraphRAG Agent Search Strategies: 8 Methods for Knowledge Graph Retrieval

Explore 8 GraphRAG Agent search strategies including Local, Global, Hybrid, and Deep Research for efficient knowledge graph retrieval. Optimize your agent's knowledge access.

deep-dive
Feb 22, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →