ragflow/api/apps/sdk
2025-12-08 11:08:47 -08:00
..
agents.py Refa: make RAGFlow more asynchronous (#11601) 2025-12-01 14:24:06 +08:00
chat.py Refa: make RAGFlow more asynchronous (#11601) 2025-12-01 14:24:06 +08:00
dataset.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
dify_retrieval.py Refa: make RAGFlow more asynchronous (#11601) 2025-12-01 14:24:06 +08:00
doc.py Fix errors (#11804) 2025-12-08 12:21:18 +08:00
files.py Feature (canvas): Add Api for download "message" component output's file (#11772) 2025-12-05 19:42:35 +08:00
session.py Refa: cleanup synchronous functions in chat_model and implement synchronization for conversation and dialog chats (#11779) 2025-12-08 09:43:03 +08:00
websocket.py refactor: Move WebSocket to SDK pattern with /ws/ prefix - Moved to api/apps/sdk/websocket.py following session.py pattern - Added ws_token_required decorator - WebSocket endpoints: /ws/chats/<id>/completions and /ws/agents/<id>/completions - Prevents routing conflicts with HTTP endpoints 2025-12-05 01:32:32 -03:00