update wechat and we should fix the bug introduced in 1c5fec5

This commit is contained in:
yichuan520030910320
2025-07-21 16:22:16 -07:00
parent e728449b8f
commit 32364320f8
4 changed files with 15 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ Traditional RAG systems often require trade-offs between storage, privacy, and u
### Installation
```bash
git clone git@github.com:yichuan520030910320/LEANN-RAG.git leann
git clone git@github.com:yichuan-w/LEANN.git leann
cd leann
git submodule update --init --recursive
```