Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there's no need to connect to Redis in order to use Redis #536

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.