mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Docs: Miscellaneous (#8198)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
14
docs/faq.mdx
14
docs/faq.mdx
@ -127,7 +127,19 @@ The corresponding APIs are now available. See the [RAGFlow HTTP API Reference](.
|
||||
|
||||
### Do you support stream output?
|
||||
|
||||
Yes, we do.
|
||||
Yes, we do. Stream output is enabled by default in the chat assistant and agent. Note that you cannot disable stream output via RAGFlow's UI. To disable stream output in responses, use RAGFlow's Python or RESTful APIs:
|
||||
|
||||
Python:
|
||||
|
||||
- [Create chat completion](./references/python_api_reference.md#create-chat-completion)
|
||||
- [Converse with chat assistant](./references/python_api_reference.md#converse-with-chat-assistant)
|
||||
- [Converse with agent](./references/python_api_reference.md#converse-with-agent)
|
||||
|
||||
RESTful:
|
||||
|
||||
- [Create chat completion](./references/http_api_reference.md#create-chat-completion)
|
||||
- [Converse with chat assistant](./references/http_api_reference.md#converse-with-chat-assistant)
|
||||
- [Converse with agent](./references/http_api_reference.md#converse-with-agent)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user