--- title: PathRAG emoji: 🔍 colorFrom: blue colorTo: purple sdk: gradio app_file: main.py pinned: false sdk_version: 5.45.0 --- # PathRAG: Pruning Graph-based Retrieval Augmented Generation with Relational Paths This repository contains the code for the paper **"PathRAG: Pruning Graph-based Retrieval Augmented Generation with Relational Paths"**. ## Installation ```bash cd PathRAG pip install -e . ## Cititation ```python @article{chen2025pathrag, title={PathRAG: Pruning Graph-based Retrieval Augmented Generation with Relational Paths}, author={Chen, Boyu and Guo, Zirui and Yang, Zidan and Chen, Yuluo and Chen, Junze and Liu, Zhenghao and Shi, Chuan and Yang, Cheng}, journal={arXiv preprint arXiv:2502.14902}, year={2025} } ```