Merge commit '548ad1f299c875b59df21147f7edf9eab2d73d2c' into fix-RAG-param-missing

This commit is contained in:
yangdx
2025-01-23 01:41:52 +08:00
4 changed files with 670 additions and 4 deletions

View File

@@ -14,12 +14,12 @@ A lightweight Knowledge Graph Retrieval-Augmented Generation system with multipl
1. Clone the repository:
```bash
# Linux/MacOS
git clone https://github.com/ParisNeo/LightRAG.git
git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG
```
```powershell
# Windows PowerShell
git clone https://github.com/ParisNeo/LightRAG.git
git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG
```