Overview of GraphRAG + DeepSearch Agent System
masterThis project implements an intelligent question-answering system that combines GraphRAG (Graph Retrieval-Augmented Generation) with Deep Search capabilities. It focuses on creating interpretable and reasoning-capable agents through multi-agent collaboration and knowledge graph enhancement.
Key Capabilities:
- GraphRAG Implementation: Full reproduction of GraphRAG core features, representing knowledge as a graph structure.
- DeepSearch Integration: Combines vector-based deep search with knowledge graphs for enhanced reasoning.
- Multi-Agent Collaboration: Uses a Plan-Execute-Report architecture to handle complex tasks.
- Incremental Updates: Supports dynamic knowledge graph construction and intelligent deduplication.
- Entity Quality Management: Includes entity disambiguation and alignment to resolve ambiguities and duplicates.
- Comprehensive Evaluation: Provides 20+ metrics to measure answer quality, retrieval performance, and graph integrity.