writinwaters
commited on
Commit
·
c739a3d
1
Parent(s):
e6fc1a9
Streaming output is supported, dialogue share is not (#2555)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
- docs/references/faq.md +5 -5
docs/references/faq.md
CHANGED
|
@@ -16,7 +16,7 @@ The "garbage in garbage out" status quo remains unchanged despite the fact that
|
|
| 16 |
|
| 17 |
### 2. Which languages does RAGFlow support?
|
| 18 |
|
| 19 |
-
English, simplified Chinese, traditional Chinese for now.
|
| 20 |
|
| 21 |
### 3. Which embedding models can be deployed locally?
|
| 22 |
|
|
@@ -45,19 +45,19 @@ RAGFlow has a number of built-in models for document structure parsing, which ac
|
|
| 45 |
|
| 46 |
### 1. Which architectures or devices does RAGFlow support?
|
| 47 |
|
| 48 |
-
Currently, we only support x86 CPU and Nvidia GPU.
|
| 49 |
|
| 50 |
### 2. Do you offer an API for integration with third-party applications?
|
| 51 |
|
| 52 |
-
The corresponding APIs are now available. See the [RAGFlow API Reference](./api.md) for more information.
|
| 53 |
|
| 54 |
### 3. Do you support stream output?
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
### 4. Is it possible to share dialogue through URL?
|
| 59 |
|
| 60 |
-
|
| 61 |
|
| 62 |
### 5. Do you support multiple rounds of dialogues, i.e., referencing previous dialogues as context for the current dialogue?
|
| 63 |
|
|
|
|
| 16 |
|
| 17 |
### 2. Which languages does RAGFlow support?
|
| 18 |
|
| 19 |
+
English, simplified Chinese, traditional Chinese for now.
|
| 20 |
|
| 21 |
### 3. Which embedding models can be deployed locally?
|
| 22 |
|
|
|
|
| 45 |
|
| 46 |
### 1. Which architectures or devices does RAGFlow support?
|
| 47 |
|
| 48 |
+
Currently, we only support x86 CPU and Nvidia GPU.
|
| 49 |
|
| 50 |
### 2. Do you offer an API for integration with third-party applications?
|
| 51 |
|
| 52 |
+
The corresponding APIs are now available. See the [RAGFlow API Reference](./api.md) for more information.
|
| 53 |
|
| 54 |
### 3. Do you support stream output?
|
| 55 |
|
| 56 |
+
This feature is supported.
|
| 57 |
|
| 58 |
### 4. Is it possible to share dialogue through URL?
|
| 59 |
|
| 60 |
+
No, this feature is not supported.
|
| 61 |
|
| 62 |
### 5. Do you support multiple rounds of dialogues, i.e., referencing previous dialogues as context for the current dialogue?
|
| 63 |
|