Streaming output is supported, dialogue share is not (#2555)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters 2024-09-24 15:14:44 +08:00 committed by GitHub
parent ecf441c830
commit 4681638974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ The "garbage in garbage out" status quo remains unchanged despite the fact that
### 2. Which languages does RAGFlow support? ### 2. Which languages does RAGFlow support?
English, simplified Chinese, traditional Chinese for now. English, simplified Chinese, traditional Chinese for now.
### 3. Which embedding models can be deployed locally? ### 3. Which embedding models can be deployed locally?
@ -45,19 +45,19 @@ RAGFlow has a number of built-in models for document structure parsing, which ac
### 1. Which architectures or devices does RAGFlow support? ### 1. Which architectures or devices does RAGFlow support?
Currently, we only support x86 CPU and Nvidia GPU. Currently, we only support x86 CPU and Nvidia GPU.
### 2. Do you offer an API for integration with third-party applications? ### 2. Do you offer an API for integration with third-party applications?
The corresponding APIs are now available. See the [RAGFlow API Reference](./api.md) for more information. The corresponding APIs are now available. See the [RAGFlow API Reference](./api.md) for more information.
### 3. Do you support stream output? ### 3. Do you support stream output?
No, this feature is still in development. Contributions are welcome. This feature is supported.
### 4. Is it possible to share dialogue through URL? ### 4. Is it possible to share dialogue through URL?
Yes, this feature is now available. No, this feature is not supported.
### 5. Do you support multiple rounds of dialogues, i.e., referencing previous dialogues as context for the current dialogue? ### 5. Do you support multiple rounds of dialogues, i.e., referencing previous dialogues as context for the current dialogue?