Publish RAGFlow's HTTP and Python API references (#3116)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2024-10-30 19:40:39 +08:00
committed by GitHub
parent 4d5354387b
commit a2b35098c6
8 changed files with 36 additions and 1443 deletions

View File

@ -49,7 +49,7 @@ Currently, we only support x86 CPU and Nvidia GPU.
### 2. Do you offer an API for integration with third-party applications?
The corresponding APIs are now available. See the [RAGFlow API Reference](./api.md) for more information.
The corresponding APIs are now available. See the [RAGFlow HTTP API Reference](./http_api_reference.md) or the [RAGFlow Python API Reference](./python_api_reference.md) for more information.
### 3. Do you support stream output?