From da9eaafcb792d464f653ca690739208da56c8656 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 23 Jan 2025 01:53:59 +0800 Subject: [PATCH] Fix API docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c5f3305..d0d36eb5 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](docs/LightRagAPI.md) +The documentation can be found [here](lightrag/api/README.md) ## Star History