256 cannot work but increase chunk size can

This commit is contained in:
yichuan520030910320
2025-07-01 04:09:18 +00:00
parent ee507bfe7a
commit b81b5d0f86
5 changed files with 1198 additions and 363 deletions

View File

@@ -45,6 +45,7 @@ Traditional RAG systems face a fundamental trade-off:
```bash
git clone git@github.com:yichuan520030910320/LEANN-RAG.git leann
cd leann
git submodule update --init --recursive
uv sync
```