From 78fa56e2a74783b723c35a0cedb2067dc86ef97f Mon Sep 17 00:00:00 2001 From: Nick French <64120654+nickjfrench@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:50:27 -0500 Subject: [PATCH] Replacing ParisNeo with this repo owner, HKUDS --- docs/DockerDeployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DockerDeployment.md b/docs/DockerDeployment.md index b728add6..e7955cf8 100644 --- a/docs/DockerDeployment.md +++ b/docs/DockerDeployment.md @@ -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 ```