Added link to documentation from main README.md
Browse files
README.md
CHANGED
@@ -921,7 +921,10 @@ def extract_queries(file_path):
|
|
921 |
```
|
922 |
</details>
|
923 |
|
|
|
|
|
924 |
|
|
|
925 |
|
926 |
## Star History
|
927 |
|
|
|
921 |
```
|
922 |
</details>
|
923 |
|
924 |
+
## API
|
925 |
+
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..
|
926 |
|
927 |
+
The documentation can be found [https://github.com/ParisNeo/LightRAG/blob/main/docs/LightRagAPI.md](here)
|
928 |
|
929 |
## Star History
|
930 |
|