Initial commit

This commit is contained in:
yichuan520030910320
2025-06-30 09:09:15 +00:00
parent 46f6cc100b
commit 303ff6fe1d

View File

@@ -43,7 +43,7 @@ Traditional RAG systems face a fundamental trade-off:
### Installation ### Installation
```bash ```bash
git clone https://github.com/yichuan520030910320/Power-RAG.git leann git clone git@github.com:yichuan520030910320/LEANN-RAG.git leann
cd leann cd leann
uv sync uv sync
``` ```