Spaces:
Sleeping
Sleeping
metadata
title: PathRAG
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
app_file: main.py
pinned: false
sdk_version: 5.43.1
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
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}
}