From cbd02bbbab108d46deb1f8ccb4da5dd4fb5fe36a Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 16 Jan 2025 22:16:34 +0100 Subject: [PATCH] Added link to documentation from main README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e302d708..3ebbe290 100644 --- a/README.md +++ b/README.md @@ -921,7 +921,10 @@ 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) ## Star History