LightRAG tutorial
pip install -r requirements.txt
git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG
pip install -e .- GraphRAG vs LightRAG
- Question:
What is the difference between GraphRAG vs LightRAG? Answer in Korean. - Code:
playground/paper_demo.py - Input:
data/graph-1, result-1: GraphRAG paperdata/graph-2, result-2: LightRAG paperdata/graph-12, result-12: GraphRAG paper + LightRAG paper
- Question: