ragflow/api
jiasu 23522f1ea8
Fix: handle missing dataset_ids when creating chat assistant (#9324)
- Root cause: accessing req.get("dataset_ids") returns None when the key
is absent, causing KeyError.
- Fix: use req.get("dataset_ids", []) to default to empty list.
2025-08-11 17:17:20 +08:00
..
apps Fix: handle missing dataset_ids when creating chat assistant (#9324) 2025-08-11 17:17:20 +08:00
db Fix: canvas sharing bug. (#9339) 2025-08-08 18:31:51 +08:00
utils Refactor:Improve the logic so that it does not decode base 64 for the test image each time (#9264) 2025-08-06 11:42:25 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py Refa: Implement centralized file name length limit using FILE_NAME_LEN_LIMIT constant (#8318) 2025-06-17 18:01:30 +08:00
ragflow_server.py Refa: change mcp_client module to rag/utils/conn (#8578) 2025-07-01 09:29:19 +08:00
settings.py Fix: bytes style image issue. (#9304) 2025-08-07 15:20:01 +08:00
validation.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
versions.py Fix VERSION 2024-12-07 16:56:34 +08:00