writinwaters
commited on
Commit
·
1b1c88a
1
Parent(s):
48a7cc7
there's no need to connect to Redis in order to use Redis (#536)
Browse files### 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 +5 -1
docs/faq.md
CHANGED
@@ -50,7 +50,7 @@ This feature and the related APIs are still in development. Contributions are we
|
|
50 |
|
51 |
### 1. Issues with docker images
|
52 |
|
53 |
-
#### 1.1
|
54 |
|
55 |
```
|
56 |
$ 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
|
|
343 |
1. Click the **Knowledge Base** tab in the middle top of the page.
|
344 |
2. Right click the desired knowledge base to display the **Configuration** dialogue.
|
345 |
3. Choose **Q&A** as the chunk method and click **Save** to confirm your change.
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
### 1. Issues with docker images
|
52 |
|
53 |
+
#### 1.1 How to build the RAGFlow image from scratch?
|
54 |
|
55 |
```
|
56 |
$ git clone https://github.com/infiniflow/ragflow.git
|
|
|
343 |
1. Click the **Knowledge Base** tab in the middle top of the page.
|
344 |
2. Right click the desired knowledge base to display the **Configuration** dialogue.
|
345 |
3. Choose **Q&A** as the chunk method and click **Save** to confirm your change.
|
346 |
+
|
347 |
+
### Do I need to connect to Redis?
|
348 |
+
|
349 |
+
No, connecting to Redis is not required to use RAGFlow.
|