# Diff-RAG **Repository Path**: codemonkey9527/Diff-RAG ## Basic Information - **Project Name**: Diff-RAG - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-25 - **Last Updated**: 2026-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **Diff-RAG: Unifying Symbolic Paths and Continuous Diffusion for Robust Multi-Hop Retrieval** ## 🛠️ **Usage** ### 1️⃣ Install Dependencies **Step 1: Install Python packages** ```bash pip install -r requirements.txt ``` **Step 2: Set up your LLM API key in `llm_config.py`** **Step 3: Set up your Embedding API in `config.py`** **Step 4: Download the weight file and place it in the `checkpoints/model.pt`** weight link: https://drive.google.com/file/d/1EvsBxLm7mH6e7-EoYd8Q_fkm0S_lXnsN/view?usp=sharing Download the datasets and place them in the `dataset/` folder. ### 2️⃣ Quick Start Example ```bash python preprocess_dataset.py python run.py ```