This website requires JavaScript.
Explore
Help
Sign in
gmakstutis
/
ragflow
Watch
1
Star
0
Fork
You've already forked ragflow
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
081f7f7b74
ragflow
/
api
/
apps
/
sdk
History
SmartDever02
081f7f7b74
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
..
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(sdk): add cancel_all_task_of call in stop_parsing endpoint (
#11748
)
2025-12-04 19:29:06 +08:00
files.py
Update since 'File manager' is renamed to 'File' (
#11698
)
2025-12-03 18:32:15 +08:00
session.py
Refa: make RAGFlow more asynchronous 2 (
#11689
)
2025-12-03 14:19:53 +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