From 6549b9c950ab6a61629588878aadf9c168e913f1 Mon Sep 17 00:00:00 2001 From: Nick French <64120654+nickjfrench@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:32:25 -0500 Subject: [PATCH 1/2] Fixing API Docs link in Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db049796..de003067 100644 --- a/README.md +++ b/README.md @@ -925,7 +925,7 @@ def extract_queries(file_path): ## API LightRag can be installed with API support to serve a Fast api interface to perform data upload and indexing/Rag operations/Rescan of the input folder etc.. -The documentation can be found [https://github.com/ParisNeo/LightRAG/blob/main/docs/LightRagAPI.md](here) +The documentation can be found [here](https://github.com/HKUDS/LightRAG/blob/main/docs/LightRagAPI.md) ## Star History From 76352867d61264c06aa384f79f898bacfe13aa86 Mon Sep 17 00:00:00 2001 From: Nick French <64120654+nickjfrench@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:35:16 -0500 Subject: [PATCH 2/2] Fixed API docs link in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de003067..6c5f3305 100644 --- a/README.md +++ b/README.md @@ -925,7 +925,7 @@ def extract_queries(file_path): ## API LightRag can be installed with API support to serve a Fast api interface to perform data upload and indexing/Rag operations/Rescan of the input folder etc.. -The documentation can be found [here](https://github.com/HKUDS/LightRAG/blob/main/docs/LightRagAPI.md) +The documentation can be found [here](docs/LightRagAPI.md) ## Star History