Moved websocket_api.md to reference
This commit is contained in:
parent
710b5adf08
commit
b33d050c24
1 changed files with 12 additions and 1 deletions
|
|
@ -1,5 +1,16 @@
|
|||
---
|
||||
sidebar_position: 10
|
||||
slug: /websocket_api_reference
|
||||
---
|
||||
|
||||
# WebSocket API for Streaming Responses
|
||||
|
||||
---
|
||||
|
||||
:::info KUDOS
|
||||
This document is contributed by our community contributor [SmartDever02](https://github.com/SmartDever02). 👏
|
||||
:::
|
||||
|
||||
## Overview
|
||||
|
||||
RAGFlow now supports WebSocket connections for real-time streaming responses. This feature is particularly useful for platforms like **WeChat Mini Programs** that require persistent bidirectional connections for interactive chat experiences.
|
||||
|
|
@ -602,7 +613,7 @@ ws.send(JSON.stringify({
|
|||
|
||||
- [WebSocket API Standard](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)
|
||||
- [WeChat Mini Program WebSocket](https://developers.weixin.qq.com/miniprogram/dev/api/network/websocket/wx.connectSocket.html)
|
||||
- [RAGFlow API Documentation](../references/api_reference.md)
|
||||
- [RAGFlow HTTP API Documentation](./http_api_reference.md)
|
||||
|
||||
## Support
|
||||
|
||||
Loading…
Add table
Reference in a new issue