yangdx commited on
Commit
cc5f97d
·
1 Parent(s): 9c6f4f3

Fix API docs link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -925,7 +925,7 @@ def extract_queries(file_path):
925
  ## API
926
  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..
927
 
928
- The documentation can be found [here](docs/LightRagAPI.md)
929
 
930
  ## Star History
931
 
 
925
  ## API
926
  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..
927
 
928
+ The documentation can be found [here](lightrag/api/README.md)
929
 
930
  ## Star History
931