Browse Source

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
tags/v0.3.1
writinwaters 1 year ago
parent
commit
cf9b554c3a
No account linked to committer's email address
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      docs/faq.md

+ 5
- 1
docs/faq.md View File



### 1. Issues with docker images ### 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 $ git clone https://github.com/infiniflow/ragflow.git
1. Click the **Knowledge Base** tab in the middle top of the page. 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. 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. 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.

Loading…
Cancel
Save