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

@ -53,11 +53,11 @@ The corresponding APIs are now available. See the [RAGFlow API Reference](./api.
### 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?
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?