From cf9b554c3a59f1a5a5acd6068024169b8da07930 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:01:39 +0800 Subject: [PATCH] there's no need to connect to Redis in order to use Redis (#536) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update --- docs/faq.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 2ccaac772..21776f509 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -50,7 +50,7 @@ This feature and the related APIs are still in development. Contributions are we ### 1. Issues with docker images -#### 1.1 Due to the fast iteration of RAGFlow updates, it is recommended to build the image from scratch. +#### 1.1 How to build the RAGFlow image from scratch? ``` $ git clone https://github.com/infiniflow/ragflow.git @@ -343,3 +343,7 @@ You can use Ollama to deploy local LLM. See [here](https://github.com/infiniflow 1. Click the **Knowledge Base** tab in the middle top of the page. 2. Right click the desired knowledge base to display the **Configuration** dialogue. 3. Choose **Q&A** as the chunk method and click **Save** to confirm your change. + +### Do I need to connect to Redis? + +No, connecting to Redis is not required to use RAGFlow.