mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Restructured guides (#5555)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -20,7 +20,7 @@ This quick start guide describes a general process from:
|
||||
:::danger IMPORTANT
|
||||
We officially support x86 CPU and Nvidia GPU, and this document offers instructions on deploying RAGFlow using Docker on x86 platforms. While we also test RAGFlow on ARM64 platforms, we do not maintain RAGFlow Docker images for ARM.
|
||||
|
||||
If you are on an ARM platform, follow [this guide](https://ragflow.io/docs/dev/build_docker_image) to build a RAGFlow Docker image.
|
||||
If you are on an ARM platform, follow [this guide](./develop/build_docker_image) to build a RAGFlow Docker image.
|
||||
:::
|
||||
|
||||
## Prerequisites
|
||||
@ -356,7 +356,7 @@ Conversations in RAGFlow are based on a particular knowledge base or multiple kn
|
||||
:::tip NOTE
|
||||
RAGFlow also offers HTTP and Python APIs for you to integrate RAGFlow's capabilities into your applications. Read the following documents for more information:
|
||||
|
||||
- [Acquire a RAGFlow API key](./guides/develop/acquire_ragflow_api_key.md)
|
||||
- [Acquire a RAGFlow API key](./develop/acquire_ragflow_api_key.md)
|
||||
- [HTTP API reference](./references/http_api_reference.md)
|
||||
- [Python API reference](./references/python_api_reference.md)
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user