From ce8658aa84130957f95b37d26b60d37621ffb9e3 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Mon, 27 Jan 2025 12:56:48 +0800 Subject: [PATCH] Update FAQ (#4661) ### What problem does this PR solve? Update FAQ ### Type of change - [x] Documentation Update --------- Signed-off-by: Jin Hai Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com> --- docs/references/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/faq.md b/docs/references/faq.md index b5cebe74a..2e47368f8 100644 --- a/docs/references/faq.md +++ b/docs/references/faq.md @@ -36,7 +36,7 @@ RAGFlow has a number of built-in models for document structure parsing, which ac ### Which architectures or devices does RAGFlow support? -We officially support x86 CPU and nvidia GPU. While we also test RAGFlow on ARM64 platforms, we do not plan to maintain RAGFlow Docker images for ARM. +We officially support x86 CPU and nvidia GPU. 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. ---